You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add support for font-weightcss 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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: