Commit Graph

407 Commits

Author SHA1 Message Date
강지웅 29aa406326 Merge pull request #3 from nhnent/develop-for-tui-chart
fix: Fix gradient fill bug for IE9, IE10
2016-06-30 08:54:47 +09:00
강지웅/FE개발팀/NE f10781deb5 fix: Fix gradient fill bug for IE9, IE10 2016-06-30 08:53:45 +09:00
extremeFE 05f96926cd Merge pull request #2 from nhnent/develop-for-tui-chart
chroe: Update bower.json
2016-02-03 16:44:14 +09:00
강지웅/FE개발팀/NE 012627c3f3 chroe: Update bower.json 2016-02-03 16:41:24 +09:00
extremeFE 6b7aa2f682 Merge pull request #1 from nhnent/develop-for-tui-chart
fix: Fix old IE bug.
2016-02-03 16:18:07 +09:00
강지웅/FE개발팀/NE c9d3c5fe56 fix: Fix old IE bug. 2016-02-03 16:15:27 +09:00
Tomas Alabes 757b828560 Updated files after merge 2015-08-31 19:05:32 -07:00
Tomas Alabes 92a4a0ee53 Merge pull request #991 from nlaplume/master
Reduce transform string to avoid long parsing times
2015-08-31 19:04:48 -07:00
Tomas Alabes 9c02c1deac Mentioned Snap in the Related Projects in Readme.md 2015-08-23 21:57:19 -07:00
Tomas Alabes e4431de303 AMD working with dev folder 2015-08-23 21:09:58 -07:00
Nicolas Laplume f82a25f89b Reduce transform string to avoid long parsing times after several transformations 2015-08-21 10:41:59 -07:00
Tomas Alabes 1b6a47f93a raphael.amd.js as main in package.json 2015-08-17 23:13:01 -07:00
Tomas Alabes 8139c0b5a8 Merge pull request #986 from dpogue/dpogue-browserify-patch
Update package.json to point to raphael.amd.js
2015-08-17 23:12:11 -07:00
Darryl Pogue 01a5710c8e Update package.json to point to raphael.amd.js
Fix for being able to use raphael with browserify.
2015-08-11 09:29:06 -07:00
Tomas Alabes 3236fa65d7 raphael.amd.js to work with Browserify 2015-08-10 19:14:30 -07:00
Tomas Alabes f7744d0e44 Can't set glow with opacity 0, fix. 2015-08-02 14:42:23 -07:00
Tomas Alabes 4342b287fd updated history.md 2015-08-02 14:33:03 -07:00
Tomas Alabes 0dfdb6f253 Using origin and pathname with gradient urls 2015-08-02 14:31:08 -07:00
Tomas Alabes 5398c90cbe nodeps version 2015-08-02 12:47:14 -07:00
Tomas Alabes d9365a7c76 Merge branch 'mdreizin-master' 2015-08-02 12:21:34 -07:00
Tomas Alabes 4d8dc216af Modified our Eve so it works with amd and globally 2015-08-02 12:10:27 -07:00
Tomas Alabes 75a5818a6a @bjouhier - set stop-opacity in gradient defs 2015-08-01 11:05:07 -07:00
Tomas Alabes 3c97d14c90 Separating readme from contributing mds 2015-07-31 20:27:52 -07:00
Tomas Alabes 087fe0fa78 @bjouhier - fixed rounding issue in RGB formatter 2015-07-31 20:12:32 -07:00
Tomas Alabes dba301d0c7 Merge pull request #969 from kkirsche/patch-1
Remove moot `version` property from bower.json
2015-06-10 19:15:31 -07:00
Kevin Kirsche bda00188f2 Remove moot `version` property from bower.json
Per bower/bower.json-spec@a325da3
2015-06-10 18:42:45 -04:00
Tomas Alabes 7fd4df74f5 Requirejs and global working 2015-06-01 20:06:42 -07:00
Tomas Alabes 79d72c772b Merge pull request #964 from jaredjennings/use-https-for-eve-bower
Use HTTPS to fetch eve, not the git protocol
2015-04-29 09:40:42 -07:00
Jared Jennings dc1170dfc4 Use HTTPS to fetch eve, not the git protocol
This improves the installability of raphael from inside large
organizations.

"[The Git protocol] requires firewall access to port 9418, which isn't
a standard port that corporate firewalls always allow. Behind big
corporate firewalls, this obscure port is commonly blocked." -
https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols
2015-04-28 14:28:59 -05:00
Tomas Alabes d6b6f76941 Merge branch 'master' of https://github.com/mdreizin/raphael into mdreizin-master 2015-04-25 18:51:42 -07:00
Tomas Alabes 9c7f5821b8 Forgot to remove .gitmodules 2015-04-23 19:58:37 -07:00
Tomas Alabes 81e83b9578 Removing webkit workaround after consulting Dmitry 2015-04-23 19:53:55 -07:00
Tomas Alabes e4b8c5a9ec Cleaned build 2015-04-23 19:51:36 -07:00
Tomas Alabes 5d7b3235f3 Merge pull request #962 from TheCloudlessSky/fix-svg-empty-stroke-dasharray
Use 'none' instead of '0' for 'stroke-dasharray'.
2015-04-23 07:26:35 -07:00
Adrian Phinney fde5875285 Use 'none' instead of '0' for 'stroke-dasharray'.
Certain browsers have begun interpreting SVG 'stroke-dasharray' with a
value of '0' as *do not render a stroke*. The recommended value is to
use 'none'.

See https://bugzilla.mozilla.org/show_bug.cgi?id=1149516 for Firefox
37.

This also causes invalid 'stroke-dasharray' values to be interpreted as
'none' (which is inline with how the VML is interpreted).
2015-04-21 11:17:00 -04:00
Tomas Alabes a29d980d1f v2.1.4 to sync with bower and npm 2015-03-09 21:59:12 -07:00
Tomas Alabes 55151daed5 wrong position in ie7 when rotate image #612 2015-03-09 20:15:02 -07:00
Tomas Alabes 0e4077b703 updated history.md 2015-03-09 19:44:21 -07:00
Tomas Alabes 57b62b1b2f 781 Gradients become black in some cases 2015-03-09 19:33:24 -07:00
Tomas Alabes 1f4b170948 Merge pull request #937 from TheCloudlessSky/set-viewbox-variable
Fix #935 - Wrong variable used in VML setViewBox()
2015-02-04 14:27:44 -08:00
Adrian Phinney 60b3c5aaaf Fix wrong variable used in VML setViewBox(). 2015-02-04 09:18:37 -05:00
Tomas Alabes a5264e471c Missing comma 2015-02-03 21:58:53 -08:00
Tomas Alabes 210ce2127a v2.1.3 2015-01-19 11:48:18 -08:00
Tomas Alabes c47c077368 Merge branch 'heads/v2.1.2'
* heads/v2.1.2:
  setViewBox() does not work properly for papers, having size in percents
  getBBox() works incorrect for VML after settings View Box on canvas
  IE 11 parentElement fix
  fix the error/memleak in Firefox 3.0.x and 25.0.1 concerning the getBBox method
  Several Fixes
  Added couple of fixes, and unused jshintrc
  Fix SVG insertBefore/insertAfter when using <a> wrapper node.
  Use dev folder for 'npm install' in the Quickstart.
  By @badunk Setting aspect ratio to xMidYMid meet
  Merging TheCloudlessSky-prevent-multiple-svg-title
  IE8 / R2.0.1 - viewbox scaling
  Removing extra code in html
  href parameter for Paper.text does NOT behave like hyperlink in 2.1.2
  Change the version in bower.json to match the tag name.
  Final fix for #629
  Fix bug with arrow-end/start markers sharing properties. By @vkaravir
  AddEvent function incorrectly removes touch event listener. By @ThijsVanDerMeer
  IE8: getBBox returns orginal coordinates for a path after drag and setting new path. By @wyatte
  Issue #768 - Str(value).match(R._ISURL) returns null for valid url

Conflicts:
	dev/raphael.svg.js
	raphael-min.js
2015-01-19 11:45:48 -08:00
Tomas Alabes 267c84ca96 Fixes in master 2015-01-19 11:18:00 -08:00
Tomas Alabes b19a240f1d Merge pull request #886 from sdumitriu/fix-invalid-r-attribute
Fix invalid r attribute
2015-01-19 09:59:21 -08:00
Tomas Alabes f707f12027 Merge pull request #851 from sadlerw/patch-1
Update bower.json
2015-01-19 09:52:29 -08:00
Marat Dreizin e361cc429e Replaced check "window || this" with "this" 2014-12-22 15:20:03 +03:00
Marat Dreizin 630eb1428c Improved build flow and also added support of webpack/browserify 2014-12-22 13:44:46 +03:00
Sergiu Dumitriu 355104d434 Invalid "r" attribute on SVG rect nodes 2014-07-13 15:38:51 -04:00