What is difference between "d" attribute in the SVG's path data and android:pathData?

73 Views Asked by At

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?

0

There are 0 best solutions below