I want to know the difference between "d" attribute in the SVG's path data and android:pathData
. Android developer site
says that
"Defines path data using exactly same format as "d" attribute in the SVG's path data. This is defined in the viewport space."
So I want to know can't we use this "d" attribute in the SVG's path data as android:pathData
. If can't is there a way to convert that "d" attribute in the SVG's path data to android:pathData
?