Commit Graph

  • e1b678502a feat: scale zenozeng 2021-05-03 14:53:46 +00:00
  • 5af6598240 feat: resetTransform zenozeng 2021-05-03 14:25:09 +00:00
  • 1ab5658372 feat: init transform zenozeng 2021-05-03 13:18:57 +00:00
  • 5de0ab8c24
    Merge pull request #2 from gliffy/master Zeno Zeng 2021-04-29 02:05:11 +08:00
  • eaab317a36 Merge pull request #59 from gliffy/fix-58 Kris Williams 2017-10-17 09:49:42 -07:00
  • a0125f30a8 Typo - Fixes #58 Kris Williams 2017-10-17 09:48:21 -07:00
  • 6d09433261 Merge pull request #48 from mudcube/master Tom Kapanka 2017-06-07 16:59:21 -07:00
  • 6e98c5b66b Merge pull request #46 from LemonPi/wrap_Context2D Tom Kapanka 2017-06-02 16:15:51 -07:00
  • e90927c2fd Change to regular if() statement Michael Deal 2017-05-18 22:44:03 -07:00
  • 49f22cc7a3 fix issue with parsing fonts familys that have numbers in their names Michael Deal 2017-01-16 15:06:27 -08:00
  • f9d5e2b68e fix issue with applying gradient to stroke Michael Deal 2017-01-06 16:56:12 -08:00
  • 648fdbd007 Give users the option of wrapping an existing Context2D element Johnson Zhong 2016-09-02 13:14:03 +02:00
  • 214f8f2a1a revert regexp Michael Deal 2016-08-13 21:30:06 -07:00
  • c7df7fa81e fix issue with mixing transform with path commands Michael Deal 2016-08-13 16:59:17 -07:00
  • 17a2239c37 make if/for/function formatting uniform Michael Deal 2016-08-13 15:47:36 -07:00
  • 0b16b0c346 fix issue in ctx.closePath() Michael Deal 2016-07-28 01:07:38 -07:00
  • 6983b3d782 Update package.json clintjd 2016-04-21 12:00:55 -07:00
  • 140c10ad6e Update bower.json clintjd 2016-04-21 12:00:42 -07:00
  • ca7d22f67c Update README.md clintjd 2016-04-21 12:00:27 -07:00
  • acd32ed95f Update canvas2svg.js clintjd 2016-04-21 11:59:59 -07:00
  • db62162a47 Merge pull request #42 from Janpot/fix-font clintjd 2016-04-21 11:59:26 -07:00
  • 6c76129768 Update package.json clintjd 2016-04-21 11:51:29 -07:00
  • 04e17605ac Update bower.json clintjd 2016-04-21 11:51:02 -07:00
  • 6795d6be70 Update README.md clintjd 2016-04-21 11:50:41 -07:00
  • 9524ff734d Update canvas2svg.js clintjd 2016-04-21 11:49:40 -07:00
  • 92464d63b6 Merge pull request #41 from Janpot/fix-clip clintjd 2016-04-21 11:48:22 -07:00
  • 6a3e940119 Fix __parseFont to not crash Jan Potoms 2016-04-16 22:23:38 +02:00
  • 769f20b0e1 .clip was not working, the path never made it to the clip area Jan Potoms 2016-04-16 22:06:25 +02:00
  • c909ae09d7 1.0.17 Gabriel Hernandez 2016-01-22 09:14:16 -08:00
  • 2c1a4323ac v1.0.17 Gabriel Hernandez 2016-01-22 08:51:37 -08:00
  • aab4b1808c Merge pull request #39 from FuZhenn/master Gabriel Hernandez 2016-01-20 11:17:38 -08:00
  • d70b13eedd add tests for globalAlpha fuzhen 2016-01-16 17:22:47 +08:00
  • f302a60389 fixed duplicate def of globalAlpha in STYLES fuzhen 2016-01-06 23:58:17 +08:00
  • efcdc56ccd fixed a bug with globalAlpha fuzhen 2016-01-06 23:27:49 +08:00
  • 093bedd087 Merge pull request #38 from FuZhenn/master Gabriel Hernandez 2016-01-05 12:41:24 -08:00
  • 9dc92b79aa 1. move back to image.getAttribute("src") fuzhen 2015-12-18 09:59:13 +08:00
  • ef3ab241e6 reset stacks when clearing canvas fuzhen 2015-12-17 12:52:13 +08:00
  • 170b8c574d 1. clear entire canvas when clearRect(0,0, canvas.width, canvas.height), this removes unnecessary white rects generated by clearRect when clearing canvas. fuzhen 2015-12-17 02:12:48 +08:00
  • d2e840c077 fix a bug that image is not translated to (dx, dy) when ctx.drawImage(img, dx, dy) fuzhen 2015-12-17 01:20:29 +08:00
  • 14e37d734c replace image.getAttribute("src") with image.src. fuzhen 2015-12-16 13:19:05 +08:00
  • b624e26d18 Merge pull request #35 from FuZhenn/master Gabriel Hernandez 2015-12-14 08:38:38 -08:00
  • c29f752612 add example of setLineDash fuzhen 2015-11-27 12:58:41 +08:00
  • 9ee9cc2e6c implements setLineDash Fu Zhen 2015-11-27 03:34:03 +08:00
  • 1e101b54a9 setLineDash Fu Zhen 2015-11-26 22:44:33 +08:00
  • 73735519b1 Merge pull request #1 from FuZhenn/Fuzhenn-fix-draw-empty-ctx Fu Zhen 2015-11-26 22:32:06 +08:00
  • 8a8d081561 when drawImage a empty C2S context Fu Zhen 2015-11-26 22:31:35 +08:00
  • ec6e29af6c v1.0.16 Gabriel Hernandez 2015-09-09 12:15:32 -07:00
  • 967b515663 Merge pull request #30 from ConradIrwin/fix-empty-circles Gabriel Hernandez 2015-09-09 12:09:12 -07:00
  • 92bed4b9d6 Merge pull request #31 from ConradIrwin/commonjs Gabriel Hernandez 2015-09-09 12:05:36 -07:00
  • 363cc72ebf Add gulp bump Conrad Irwin 2015-09-09 11:02:48 -07:00
  • 4aa7a90586 +bower.json Conrad Irwin 2015-09-09 10:59:13 -07:00
  • 273fd09ca7 document using with node.js Conrad Irwin 2015-09-09 00:37:10 -07:00
  • c1cb3c284e Add a test for using a custom document Conrad Irwin 2015-09-09 00:29:04 -07:00
  • 2a8c062588 Add a test for empty arcs Conrad Irwin 2015-09-09 00:19:54 -07:00
  • 39e081b711 Make canvas2svg work with jsdom Conrad Irwin 2015-09-05 15:49:02 -07:00
  • d3b5e999c8 export as a common js module Conrad Irwin 2015-09-05 14:11:49 -07:00
  • 8d5249760a Don't draw invisible circles Conrad Irwin 2015-09-05 00:03:43 -07:00
  • bb2aac32e0 Update canvas2svg.js clintjd 2015-06-18 17:11:13 -07:00
  • e356e21d80 updated image url to build and added 1.0.15 info clintjd 2015-06-18 17:07:08 -07:00
  • ff0fcb3f00 Merge pull request #28 from gwwar/master clintjd 2015-06-18 17:02:18 -07:00
  • 92ea35cc87 port unit tests to mocha and chai, add img diff example tests, add debug playground, setup travis kerryliu 2015-06-13 17:06:25 -07:00
  • 715ce44acd bumped version to 1.0.13 clintjd 2015-06-16 15:13:33 -07:00
  • a90669c32b bumped version to 1.0.13 clintjd 2015-06-16 15:13:16 -07:00
  • 9ed0b82b57 Merge pull request #26 from zenozeng/paint-order clintjd 2015-06-16 15:11:33 -07:00
  • a6b9563c9c Update canvas2svg.js clintjd 2015-06-16 15:08:34 -07:00
  • 7a2a4fcaaa Update README.md clintjd 2015-06-16 15:08:17 -07:00
  • 5d82d36034 Merge pull request #25 from zenozeng/ctx.arcTo clintjd 2015-06-16 15:07:21 -07:00
  • ce3e19f7f7 Update canvas2svg.js clintjd 2015-06-15 17:26:54 -07:00
  • 3a04092920 Update README.md clintjd 2015-06-15 17:26:31 -07:00
  • b55d2b10b5 Merge pull request #24 from zenozeng/master clintjd 2015-06-15 16:55:14 -07:00
  • 36dc5f3cd3 set paint order before stroke and fill to make them behavior like canvas Zeno Zeng 2015-06-10 15:19:57 +08:00
  • 97f65bc9e7 implementation of ctx.prototype.arcTo Zeno Zeng 2015-06-08 17:59:28 +08:00
  • b7223338f9 call lineTo instead moveTo in ctx.arc Zeno Zeng 2015-06-08 17:37:46 +08:00
  • 66f9cef410 bumped version to 1.0.10 clintjd 2015-06-02 11:11:36 -07:00
  • 5de71a7840 bumped version to 1.0.10 clintjd 2015-06-02 11:10:42 -07:00
  • 32b567c325 Merge pull request #22 from zenozeng/lineto-pr clintjd 2015-06-02 11:09:42 -07:00
  • f5b2692a88 when lineTo called, use M instead of L unless subpath exists Zeno Zeng 2015-05-29 23:32:15 +08:00
  • a186bb9a95 bumped version to 1.0.9 clintjd 2015-05-29 10:26:44 -07:00
  • 4bb5ac4d6f bumped version to 1.0.9 clintjd 2015-05-29 10:25:53 -07:00
  • bc53ac50ef Merge pull request #20 from zenozeng/master clintjd 2015-05-29 10:24:43 -07:00
  • 696568b1a9 use currentDefaultPath instead of <path>'s d attribute, fixes stroke's different behavior in SVG and canvas. Zeno Zeng 2015-05-23 13:21:42 +08:00
  • fb76823d70 Update canvas2svg.js clintjd 2015-05-21 15:16:53 -07:00
  • 955d5a2790 Update README.md clintjd 2015-05-21 15:11:30 -07:00
  • 0252a048b0 Merge pull request #18 from zenozeng/master clintjd 2015-05-21 15:11:00 -07:00
  • b9ad47c4f0 reuse __createElement Zeno Zeng 2015-05-19 16:52:31 +08:00
  • b7f5a1acde Merge pull request #17 from gwwar/master clintjd 2015-04-28 11:48:03 -07:00
  • eb2683b96b fixes #16 kerryliu 2015-04-25 13:18:54 -07:00
  • 4290be85d0 Merge pull request #15 from stafyniaksacha/master clintjd 2015-04-22 13:17:16 -07:00
  • 1f8e4bf171 Update canvas2svg.js STAFYNIAK 2015-03-12 20:54:38 +01:00
  • bba650de98 Update canvas2svg.js STAFYNIAK 2015-03-12 20:52:14 +01:00
  • 16384e302c added tests for text baseline kerryliu 2014-09-20 16:01:08 -07:00
  • 0393936d0e Update canvas2svg.js Luca Béla Palkovics 2014-09-17 15:05:19 +02:00
  • d9834027c5 Added Support for testBaseline Luca Béla Palkovics 2014-09-16 20:21:13 +02:00
  • a8203ee337 Merge pull request #4 from gliffy/master Luca Béla Palkovics 2014-09-16 20:20:00 +02:00
  • f88a4cf487 Merge pull request #8 from KoKuToru/fix2 Kerry Liu 2014-09-14 10:12:14 -07:00
  • d984cf76e7 add unit tests for new textalign support, update readme kerryliu 2014-09-14 09:42:26 -07:00
  • 10ee28b502 Merge branch 'fix' of https://github.com/KoKuToru/canvas2svg kerryliu 2014-09-14 09:14:05 -07:00
  • ffc017bfe2 fixes #6 kerryliu 2014-09-14 09:11:03 -07:00
  • 519231b78a Correct measureText Luca Béla Palkovics 2014-09-14 09:58:46 +02:00
  • 39e147def7 Update canvas2svg.js Luca Béla Palkovics 2014-09-14 09:38:54 +02:00