praeclarum / NGraphics

NGraphics is a cross platform library for rendering vector graphics on .NET. It provides a unified API for both immediate and retained mode graphics using high quality native renderers.
MIT License
705 stars 133 forks source link

How to use defs element in NGraphics? #117

Open jianghaoyuan2007 opened 4 years ago

jianghaoyuan2007 commented 4 years ago

I found the defs defintion in SvgWriter and DefsWriter, but I don't know how to use it. Could you help me to show an example?

jianghaoyuan2007 commented 4 years ago

@praeclarum