Commit Graph

39 Commits

Author SHA1 Message Date
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 57b62b1b2f 781 Gradients become black in some cases 2015-03-09 19:33:24 -07: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 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
Sergiu Dumitriu 355104d434 Invalid "r" attribute on SVG rect nodes 2014-07-13 15:38:51 -04:00
supersheep e8b4b38ac5 add commonjs support 2014-07-11 09:46:35 +08:00
Tomas Alabes 5234aa33d0 svg preserveAspectRatio fix 2014-04-11 20:39:22 -07:00
Tomas Alabes d459d0f3fb Merging TheCloudlessSky-prevent-multiple-svg-title 2014-03-23 23:35:03 -07:00
Tomas Alabes 5f08cf50e5 setViewBox() does not work properly for papers, having size in percents 2014-03-23 23:29:40 -07:00
Tomas Alabes ab5fa48924 getBBox() works incorrect for VML after settings View Box on canvas 2014-03-23 23:22:25 -07:00
Tomas Alabes d6a846a052 Fix href link 2014-03-23 23:20:48 -07:00
Adrian Phinney 007ee4f431 Allow unsetting the stroke-dasharray in VML. Fixes #617. 2014-02-21 10:13:53 -04:00
Vinícius Ebersol bef7f6b0e2 fix syntax that is causing bug on opera 12.5 2014-01-07 12:05:37 -02:00
Tomas Alabes 7b67a148fd IE 11 parentElement fix 2013-12-28 20:28:35 -03:00
g-div 88387c342c fix the error/memleak in Firefox 3.0.x and 25.0.1 concerning the getBBox method 2013-12-09 18:14:52 +01:00
Tomas Alabes 424719f7e2 Several Fixes 2013-11-09 18:43:39 -03:00
Tomas Alabes bd74dbaa53 Added couple of fixes, and unused jshintrc 2013-11-09 18:43:36 -03:00
Adrian Phinney 69097d5671 Fix SVG insertBefore/insertAfter when using <a> wrapper node.
When an element has an "href" the node is wrapped with an <a>.
insertBefore/insertAfter did not take this into account (#631).
Additionally, remove, toFront and toBack now use the new function.
2013-11-06 15:17:31 -04:00
Tomas Alabes ea133a038e By @badunk Setting aspect ratio to xMidYMid meet 2013-10-31 23:05:59 -03:00
Tomas Alabes d936e191e1 Merging TheCloudlessSky-prevent-multiple-svg-title 2013-10-31 19:47:45 -03:00
Tomas Alabes e3d40fc610 IE8 / R2.0.1 - viewbox scaling 2013-10-05 00:27:44 -03:00
Tomas Alabes 4ea6731113 Removing extra code in html 2013-10-02 21:13:24 -03:00
Tomas Alabes 50a7f8d55d href parameter for Paper.text does NOT behave like hyperlink in 2.1.2 2013-10-02 21:12:26 -03:00
Tomas Alabes 3bc12c3d8c Final fix for #629 2013-09-11 22:03:06 -03:00
Tomas Alabes f82e4ce883 Fix bug with arrow-end/start markers sharing properties. By @vkaravir 2013-09-07 18:59:09 -03:00
Tomas Alabes c25a1aa8c3 AddEvent function incorrectly removes touch event listener. By @ThijsVanDerMeer 2013-09-03 21:28:56 -03:00
Tomas Alabes 3e8f3192a2 IE8: getBBox returns orginal coordinates for a path after drag and setting new path. By @wyatte 2013-09-03 21:20:45 -03:00
Tomas Alabes f9fb90562d Issue #768 - Str(value).match(R._ISURL) returns null for valid url 2013-08-26 20:52:18 -03:00
Dmitry Baranovskiy 076969f21d 2.1.2 2013-08-26 17:10:42 +10:00
Dmitry Baranovskiy 2cec9462c5 Allow Raphael to work in pages with a Content Security Policy that disallows 'unsafe-eval' 2013-08-21 10:40:55 +10:00
Tomas Alabes a6682a2ede Change reference to eve to use eve instead of . when loading with AMD. By @arnemart 2013-08-16 19:50:55 -03:00
Tomas Alabes f294fcb714 Fixing issue #766 2013-08-14 15:49:33 -03:00
Tomas Alabes 6d658f967a Merge branch 'v2.1.1'
* v2.1.1:
  v2.1.1
  Dragging Text under iOS By @vitorhsb
  Dev folder
  Fix to make IE9 display tooltips when setting the title attribute on an element. By @samcrang
  Fix Wrong position after scale path in IE. By @sarvaje
  isPointInside incorrectly caches the path used to calculate its value. By @lvanderbijl
  Raphael.path2curve does not honor original shape. By @timo22345
  IsPointInside fix for transformed paths
2013-08-11 20:21:41 -03:00
Tomas Alabes e0dd2aeb54 v2.1.1 2013-08-11 20:21:16 -03:00
Tomas Alabes 22ddc778cd Dragging Text under iOS By @vitorhsb 2013-08-11 20:16:58 -03:00
Tomas Alabes 968c3cbb9a Dev folder 2013-08-11 18:50:38 -03:00