pixi-svg-graphics icon indicating copy to clipboard operation
pixi-svg-graphics copied to clipboard

Draws SVG documents on PIXI.Graphics objects

Results 8 pixi-svg-graphics issues
Sort by recently updated
recently updated
newest added

I have this basic svg with the gradient in the rectangle: ``` xml ``` What I end up with is this: ![screen shot 2015-09-04 at 3 39 09](https://cloud.githubusercontent.com/assets/242577/9674888/99753dfa-52b6-11e5-88a8-aadb13cf5e5f.png) in PIXI.Graphics,...

Any chance there's any work on PIXIv5 support. It currently has issues because they changed up PIXI.Graphics() by moving graphicsData and some functions around.

hi, ive come across an issue parsing polylines exported from Sketch app. please see sample below. the error occurs when the first RegEx returns a null value in `drawPolyline(graphics, node)`...

Hey! Awesome to see this project getting some love :) And great to see you made use of our refactoring! The readme was still stating it is a fork -...

e.g. when the surrounding `` tag has a fill, it should be passed on to the children

came across a SVG which contained the Q command in the path data. had a look in the SVG 1.1 spec and it does support it, https://www.w3.org/TR/SVG/paths.html#PathDataQuadraticBezierCommands currently missing support...

This svg is not correctly rendered. ``` svg ``` This is the result with pixi-svg-graphics: ![test005_result](https://cloud.githubusercontent.com/assets/2592379/9302895/78c6051a-44da-11e5-9a27-401688296af2.png) This is what i would expect: ![test005_expected_result](https://cloud.githubusercontent.com/assets/2592379/9302997/4316b6ca-44db-11e5-8768-ec3e15f60671.png)

If omitting the command like this: d="M -12,610 230,112 469,897 795,533" any svg viewer I tested did draw a line even though the specs do read: "The command letter can...