CustomShapeImageView icon indicating copy to clipboard operation
CustomShapeImageView copied to clipboard

How can we scale the svg when using custom svg ?

Open weswes opened this issue 8 years ago • 1 comments

I've a custom svg file, and I would like the image to take the whole width on screen (see image below).

capture d ecran 2016-06-07 a 13 58 52

How can I do ?

weswes avatar Jun 07 '16 12:06 weswes

Is the shape in the svg the same width as the svg root width, like: <svg width="_96_" height="_96_" and <rect height="_96_" width="_96_"

MostafaGazar avatar Jun 09 '16 01:06 MostafaGazar