On 2018-01-03 06:03, Brian Milby via use-livecode wrote:
From what I see, it looks like the SVG icons are just path elements and not lines/circles/etc. The new code in DP11 adds support for much more of the
SVG spec.

Yes - the calendar icon is a built out of three shapes, and not a simple 'path' element.

The 'feather' collection of icons seem to differ from things like fontAwesome in that they are defined by an arbitrary (simple?) SVG - which could use multiple shapes and fills and/or strokes.

Font glyphs (i.e. what font awesome is designed for) can only be a single (compound) path.

I found why lines are not working... I’ll get a PR together if it isn’t
already corrected. Line 1124 had an extra “_” in _svgBoxLine that was
causing the issue.

Good catch :)

Warmest Regards,

Mark.

--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to