[go: nahoru, domu]

Skip to content

header-only simple naive SVG writer (python & c++ implementation) 250 lines of code (bonus: C++ version of encodeURIComponent)

License

Notifications You must be signed in to change notification settings

cubao/naive-svg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

naive-svg

naive SVG writer, python & c++ implementation (c++11, header only)

naive?

Yes. Only point (circle) + line (polyline) + text.

C++

C++11 compiler is needed.

see <svg.hpp> for implementation. see <tests/test_douglas.cpp> for usage.

Python

python 3, needs numpy.

For compatibility, no type annotation, no dataclass.

see <svg.py> for implementation.

svg file --> data url

see encodeURIComponent.hpp (just like encodeURIComponent in JavaScript, C++ version) for implementation, you can use tests/test_svg.cpp to convert svg file to data url.

click this huge link to see it:

data:image/svg+xml,%3Csvg%20width%3D'1000'%20height%3D'557.06'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%0A%09%3Crect%20width%3D'100%25'%20height%3D'100%25'%20fill%3D'rgb(255%2C255%2C255)'%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C0%201000%2C0%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C10%201000%2C10%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C20%201000%2C20%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C30%201000%2C30%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C40%201000%2C40%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C50%201000%2C50%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C60%201000%2C60%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C70%201000%2C70%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C80%201000%2C80%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C90%201000%2C90%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C100%201000%2C100%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C110%201000%2C110%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C120%201000%2C120%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C130%201000%2C130%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C140%201000%2C140%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C150%201000%2C150%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C160%201000%2C160%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C170%201000%2C170%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C180%201000%2C180%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C190%201000%2C190%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C200%201000%2C200%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C210%201000%2C210%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C220%201000%2C220%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C230%201000%2C230%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C240%201000%2C240%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C250%201000%2C250%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C260%201000%2C260%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C270%201000%2C270%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C280%201000%2C280%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C290%201000%2C290%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C300%201000%2C300%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C310%201000%2C310%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C320%201000%2C320%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C330%201000%2C330%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C340%201000%2C340%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C350%201000%2C350%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C360%201000%2C360%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C370%201000%2C370%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C380%201000%2C380%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C390%201000%2C390%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C400%201000%2C400%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C410%201000%2C410%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C420%201000%2C420%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C430%201000%2C430%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C440%201000%2C440%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C450%201000%2C450%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C460%201000%2C460%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C470%201000%2C470%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C480%201000%2C480%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C490%201000%2C490%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C500%201000%2C500%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C510%201000%2C510%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C520%201000%2C520%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C530%201000%2C530%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C540%201000%2C540%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C550%201000%2C550%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'0%2C0%200%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'10%2C0%2010%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'20%2C0%2020%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'30%2C0%2030%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'40%2C0%2040%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'50%2C0%2050%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'60%2C0%2060%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'70%2C0%2070%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'80%2C0%2080%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'90%2C0%2090%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'100%2C0%20100%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'110%2C0%20110%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'120%2C0%20120%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'130%2C0%20130%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'140%2C0%20140%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'150%2C0%20150%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'160%2C0%20160%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'170%2C0%20170%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'180%2C0%20180%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'190%2C0%20190%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'200%2C0%20200%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'210%2C0%20210%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'220%2C0%20220%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'230%2C0%20230%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'240%2C0%20240%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'250%2C0%20250%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'260%2C0%20260%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'270%2C0%20270%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'280%2C0%20280%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'290%2C0%20290%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'300%2C0%20300%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'310%2C0%20310%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'320%2C0%20320%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'330%2C0%20330%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'340%2C0%20340%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'350%2C0%20350%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'360%2C0%20360%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'370%2C0%20370%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'380%2C0%20380%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'390%2C0%20390%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'400%2C0%20400%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'410%2C0%20410%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'420%2C0%20420%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'430%2C0%20430%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'440%2C0%20440%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'450%2C0%20450%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'460%2C0%20460%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'470%2C0%20470%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'480%2C0%20480%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'490%2C0%20490%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'500%2C0%20500%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'510%2C0%20510%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'520%2C0%20520%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'530%2C0%20530%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'540%2C0%20540%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'550%2C0%20550%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'560%2C0%20560%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'570%2C0%20570%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'580%2C0%20580%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'590%2C0%20590%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'600%2C0%20600%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'610%2C0%20610%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'620%2C0%20620%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'630%2C0%20630%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'640%2C0%20640%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'650%2C0%20650%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'660%2C0%20660%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'670%2C0%20670%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'680%2C0%20680%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'690%2C0%20690%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'700%2C0%20700%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'710%2C0%20710%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'720%2C0%20720%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'730%2C0%20730%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'740%2C0%20740%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'750%2C0%20750%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'760%2C0%20760%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'770%2C0%20770%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'780%2C0%20780%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'790%2C0%20790%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'800%2C0%20800%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'810%2C0%20810%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'820%2C0%20820%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'830%2C0%20830%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'840%2C0%20840%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'850%2C0%20850%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'860%2C0%20860%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'870%2C0%20870%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'880%2C0%20880%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'890%2C0%20890%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'900%2C0%20900%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'910%2C0%20910%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'920%2C0%20920%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'930%2C0%20930%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'940%2C0%20940%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'950%2C0%20950%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'960%2C0%20960%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'970%2C0%20970%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'980%2C0%20980%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(155%2C155%2C155)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'990%2C0%20990%2C557.06%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(0%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Anone'%20points%3D'35.5529%2C63.8168%2035.5529%2C78.7044%2027.4031%2C93.9934%2015.4017%2C119.941%2010.8017%2C162.192%205.95505%2C213.206%2036.4622%2C272.767%2032.0735%2C317.678%2037.8869%2C374.341%2068.505%2C429.179%20102.233%2C455.925%20151.064%2C481.699%20205.348%2C485.021%20259.655%2C489.639%20309.327%2C503.753%20329.745%2C509.729%20341.565%2C518.78%20365.152%2C528.718%20383.153%2C541.974%20404.963%2C545.252%20427.674%2C549.185%20451.938%2C551.105%20483.95%2C550.497%20517.203%2C548.05%20563.442%2C527.551%20592.812%2C488.613%20602.89%2C464.443%20616.588%2C441.629%20634.235%2C423.951%20653.966%2C415.393%20661.519%2C402.563%20669.416%2C389.943%20675.301%2C376.268%20691.664%2C364.99%20695.001%2C350.481%20690.802%2C335.998%20690.171%2C319.151%20691.006%2C290.832%20693.844%2C248.706%20716.424%2C199.296%20715.221%2C157.785%20715.744%2C142.906%20717.838%2C128.167%20723.97%2C114.196%20727.708%2C98.4458%20732.187%2C80.9183%20736.904%2C63.3939%20745.118%2C50.9776%20754.95%2C39.7981%20761.632%2C26.4944%20777.816%2C17.9409%20792.697%2C18.37%20807.622%2C20.793%20822.675%2C23.0105%20839.662%2C15.8958%20854.514%2C6.10985%20869.4%2C5.95505%20890.17%2C8.91532%20911.696%2C13.5139%20944.557%2C10.2527%20966.128%2C22.2072%20994.045%2C31.2522%20'%20%2F%3E%0A%09%3Cpolyline%20style%3D'stroke%3Argb(0%2C0%2C0)%3Bstroke-width%3A3%3Bfill%3Anone'%20points%3D'35.5529%2C63.8168%2015.4017%2C119.941%205.95505%2C213.206%2036.4622%2C272.767%2037.8869%2C374.341%2068.505%2C429.179%20151.064%2C481.699%20259.655%2C489.639%20329.745%2C509.729%20383.153%2C541.974%20483.95%2C550.497%20517.203%2C548.05%20563.442%2C527.551%20616.588%2C441.629%20653.966%2C415.393%20675.301%2C376.268%20691.664%2C364.99%20693.844%2C248.706%20716.424%2C199.296%20717.838%2C128.167%20736.904%2C63.3939%20761.632%2C26.4944%20777.816%2C17.9409%20822.675%2C23.0105%20869.4%2C5.95505%20944.557%2C10.2527%20994.045%2C31.2522%20'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'35.5529'%20cy%3D'63.8168'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'35.5529'%20cy%3D'78.7044'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'27.4031'%20cy%3D'93.9934'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'15.4017'%20cy%3D'119.941'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'10.8017'%20cy%3D'162.192'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'5.95505'%20cy%3D'213.206'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'36.4622'%20cy%3D'272.767'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'32.0735'%20cy%3D'317.678'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'37.8869'%20cy%3D'374.341'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'68.505'%20cy%3D'429.179'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'102.233'%20cy%3D'455.925'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'151.064'%20cy%3D'481.699'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'205.348'%20cy%3D'485.021'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'259.655'%20cy%3D'489.639'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'309.327'%20cy%3D'503.753'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'329.745'%20cy%3D'509.729'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'341.565'%20cy%3D'518.78'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'365.152'%20cy%3D'528.718'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'383.153'%20cy%3D'541.974'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'404.963'%20cy%3D'545.252'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'427.674'%20cy%3D'549.185'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'451.938'%20cy%3D'551.105'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'483.95'%20cy%3D'550.497'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'517.203'%20cy%3D'548.05'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'563.442'%20cy%3D'527.551'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'592.812'%20cy%3D'488.613'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'602.89'%20cy%3D'464.443'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'616.588'%20cy%3D'441.629'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'634.235'%20cy%3D'423.951'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'653.966'%20cy%3D'415.393'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'661.519'%20cy%3D'402.563'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'669.416'%20cy%3D'389.943'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'675.301'%20cy%3D'376.268'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'691.664'%20cy%3D'364.99'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'695.001'%20cy%3D'350.481'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'690.802'%20cy%3D'335.998'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'690.171'%20cy%3D'319.151'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'691.006'%20cy%3D'290.832'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'693.844'%20cy%3D'248.706'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'716.424'%20cy%3D'199.296'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'715.221'%20cy%3D'157.785'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'715.744'%20cy%3D'142.906'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'717.838'%20cy%3D'128.167'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'723.97'%20cy%3D'114.196'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'727.708'%20cy%3D'98.4458'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'732.187'%20cy%3D'80.9183'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'736.904'%20cy%3D'63.3939'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'745.118'%20cy%3D'50.9776'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'754.95'%20cy%3D'39.7981'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'761.632'%20cy%3D'26.4944'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'777.816'%20cy%3D'17.9409'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'792.697'%20cy%3D'18.37'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'807.622'%20cy%3D'20.793'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'822.675'%20cy%3D'23.0105'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'839.662'%20cy%3D'15.8958'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'854.514'%20cy%3D'6.10985'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'869.4'%20cy%3D'5.95505'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'890.17'%20cy%3D'8.91532'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'911.696'%20cy%3D'13.5139'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'944.557'%20cy%3D'10.2527'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'966.128'%20cy%3D'22.2072'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'3'%20cx%3D'994.045'%20cy%3D'31.2522'%20style%3D'stroke%3Argb(255%2C0%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(255%2C0%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'35.5529'%20cy%3D'63.8168'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'15.4017'%20cy%3D'119.941'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'5.95505'%20cy%3D'213.206'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'36.4622'%20cy%3D'272.767'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'37.8869'%20cy%3D'374.341'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'68.505'%20cy%3D'429.179'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'151.064'%20cy%3D'481.699'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'259.655'%20cy%3D'489.639'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'329.745'%20cy%3D'509.729'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'383.153'%20cy%3D'541.974'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'483.95'%20cy%3D'550.497'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'517.203'%20cy%3D'548.05'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'563.442'%20cy%3D'527.551'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'616.588'%20cy%3D'441.629'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'653.966'%20cy%3D'415.393'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'675.301'%20cy%3D'376.268'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'691.664'%20cy%3D'364.99'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'693.844'%20cy%3D'248.706'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'716.424'%20cy%3D'199.296'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'717.838'%20cy%3D'128.167'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'736.904'%20cy%3D'63.3939'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'761.632'%20cy%3D'26.4944'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'777.816'%20cy%3D'17.9409'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'822.675'%20cy%3D'23.0105'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'869.4'%20cy%3D'5.95505'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'944.557'%20cy%3D'10.2527'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ccircle%20r%3D'5'%20cx%3D'994.045'%20cy%3D'31.2522'%20style%3D'stroke%3Argb(0%2C255%2C0)%3Bstroke-width%3A1%3Bfill%3Argb(0%2C255%2C0)'%20%2F%3E%0A%09%3Ctext%20x%3D'0'%20y%3D'554.082'%20fill%3D'rgb(255%2C0%2C0)'%20font-size%3D'24'%20font-family%3D'monospace'%3E%23points%3A%2062%20-%3E%2027%3C%2Ftext%3E%0A%3C%2Fsvg%3E%0A

About

header-only simple naive SVG writer (python & c++ implementation) 250 lines of code (bonus: C++ version of encodeURIComponent)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published