-
Notifications
You must be signed in to change notification settings - Fork 187
SVG test data
svenhb edited this page Aug 5, 2016
·
14 revisions
#Test data for SVG Import Just drag and drop links to GRBL-Plotter GUI to check Import function
###Basic shapes (check SVG description)
Test the ‘rect’ element
Test the ‘circle’ element
Test The ‘ellipse’ element
Test the ‘line’ element
Test the ‘polyline’ element
Test the ‘polygon’ element
Path elements Test cubic Bézier commands: http://www.w3.org/TR/SVG/images/paths/cubic01.svg
Test quadratic Bézier curve commands: http://www.w3.org/TR/SVG/images/paths/quad01.svg
Test elliptical arc curve commands: http://www.w3.org/TR/SVG/images/paths/arcs01.svg
Test transformation: http://www.w3.org/TR/SVG/images/coords/Nested.svg