SVGView
SVGView copied to clipboard
Added font-weight support
Added font-weight support #51 with a note for lighter and bolder which are context related and must be fixed in a future patch (that's why we use a member function rather than an extension on Font.Weight).
Fixed the exhaustive switch warning in MBezierPath as well.