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
Hi, How do we decide what should be the height and width in AnimatedSvgView?
e.g. animatedSvgImageSizeX and animatedSvgImageSizeY
I tried with a path , letter A "M9.93,13.5h4.14L12,7.98zM20,2L4,2c-1.1,0 -2,0.9 -2,2v16c0,1.1 0.9,2 2,2h16c1.1,0 2,-0.9 2,-2L22,4c0,-1.1 -0.9,-2 -2,-2zM15.95,18.5l-1.14,-3L9.17,15.5l-1.12,3L5.96,18.5l5.11,-13h1.86l5.11,13h-2.09z"
with size as 512, 512
but it displays very small.
then I tried with 50, 50, it displays little bigger but its cropped at left top corner.
Please have a look at the attached screenshots.
With Size 50, 50
With Size 100, 100
With Size 512, 512
The text was updated successfully, but these errors were encountered:
Hi, How do we decide what should be the height and width in AnimatedSvgView?
e.g. animatedSvgImageSizeX and animatedSvgImageSizeY
I tried with a path , letter A
"M9.93,13.5h4.14L12,7.98zM20,2L4,2c-1.1,0 -2,0.9 -2,2v16c0,1.1 0.9,2 2,2h16c1.1,0 2,-0.9 2,-2L22,4c0,-1.1 -0.9,-2 -2,-2zM15.95,18.5l-1.14,-3L9.17,15.5l-1.12,3L5.96,18.5l5.11,-13h1.86l5.11,13h-2.09z"
with size as
512, 512
but it displays very small.
then I tried with
50, 50
, it displays little bigger but its cropped at left top corner.Please have a look at the attached screenshots.
With Size 50, 50
With Size 100, 100
With Size 512, 512
The text was updated successfully, but these errors were encountered: