SVGView
SVGView copied to clipboard
Font weight support
Please add support for font-weight css and svg properties.
The attribute supports "normal | bold | bolder | lighter | [<number>]".
Right now, in file Source/Model/Primitives/SVGFont.swift:16 there is an attempt of working out some font weight logic (might be necessary to bridge perhaps).