Description
I dare to make a suggestion. Create more, more samples !
This library is very useful for many people. It took a lot of work to complete many SVG features, but it is very, very hard to begin to use it because there are not any samples - I mean functionally C#/VB.net little projects with some little graphics creations.
It is very useful that exists projects to convert a SVG to PNG or to open an SVG in a Picturebox.
That project that draw a circle is very useful, too. It is the base for me, but still is very little...
Those features (in the existing samples) are less then 1% from the amount of features of the library. It is very hard, for a beginner with SVG, to found out all the features. For me, I need to look at the source code to understand what the library is builded and how to I could achieve some basic functions. It took a day to understand how to use a SVGPath.
So, it would be very useful and constructive to have some basic, simple examples for:
- SvgPath, SvgPathBasedElement, SvgImage and all others basic elements
- Clipping and Masking (I've tried to clip something, but not succeded)
- Filter effects
- Animation
- Any events (or at least Mouse events)
- Path segments, builder, painting, transforms.
For people like me is hard to create such basic samples, but for someone who knows very well the library I guess that it will took very little time. And the time is profited because there are less questions, more bug discoverers, more users and so more help in difficult tasks.
Thank you anyway !