forked from paperjs/paper.js
-
Notifications
You must be signed in to change notification settings - Fork 1
ImportSVG Test Results
jridgewell edited this page Sep 30, 2012
·
22 revisions
UPDATE 9/30: ALL TESTS FIXED, WORKING ON CHROME, FIREFOX AND SAFARI ON WINDOWS 7, MAC OS AND UBUNTU
-
Fonts don't size properly
- Fixed.
-
Rounded rectangles with negative or invalid parameters do not convert properly
- Fixed.
-
Firefox: Text only imports characters, not color, stroke, ect.
- Firefox will not render css pixel values that do not have px trailing. Upstream bug.
-
Firefox: Lines do not import correctly
- Firefox will not render css pixel values that do not have px trailing. Upstream bug.
-
Firefox: Canvas is cut off on right side and bottom
- Firefox will not render css pixel values that do not have px trailing. Upstream bug.
-
Chrome: Fills do not fill entire shape
- Upstream bug: https://github.com/paperjs/paper.js/issues/104
-
Chrome: Dash-arrays don't always import correctly on nonrounded rectangles
- Upstream bug: https://github.com/paperjs/paper.js/issues/104
-
Text on a path doesn't work properly
- Paper.js doesn't support it.