Commit Graph

13 Commits

Author SHA1 Message Date
Tomas Alabes e4431de303 AMD working with dev folder 2015-08-23 21:09:58 -07:00
Tomas Alabes 3236fa65d7 raphael.amd.js to work with Browserify 2015-08-10 19:14:30 -07:00
Tomas Alabes 5398c90cbe nodeps version 2015-08-02 12:47:14 -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 7fd4df74f5 Requirejs and global working 2015-06-01 20:06:42 -07: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 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
Marat Dreizin 630eb1428c Improved build flow and also added support of webpack/browserify 2014-12-22 13:44:46 +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 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 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 968c3cbb9a Dev folder 2013-08-11 18:50:38 -03:00