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
I could not find a demo for Nativescript core so I created one (to save time for others). It draws both a simple black rectangle on a page and an svg from a certain source.
Note that you need to install @nativescript-community/arraybuffers, @nativescript-community/canvas, and @nativescript-community/ui-svg to avoid dependency-related errors. Also, no need for the use of Javascript since we are directly using SVGView.
I could not find a demo for Nativescript core so I created one (to save time for others). It draws both a simple black rectangle on a page and an
svg
from a certain source.ui-canvas
exampleui-svg
exampleSame file structure as above.
Note that you need to install
@nativescript-community/arraybuffers
,@nativescript-community/canvas
, and@nativescript-community/ui-svg
to avoid dependency-related errors. Also, no need for the use of Javascript since we are directly usingSVGView
.app-root.xml
The text was updated successfully, but these errors were encountered: