Probably this not related directly to Android. I have an image which have drawn with Pen tool of stroke 4px. If I have to draw it back to a pdf or other document and their size of the pages are different to the image, how do I scale stroke from image to pdf (or other document) size so it can get the drawing path the same porportion
Asked
Active
Viewed 132 times
-1
-
Use a _real_ unit, like points. – alex May 24 '16 at 00:32
1 Answers
0
The problem is not new and Android framework expects you to use some technics.
The key thing in your case - density-independent pixel (dp).

Maxim G
- 1,479
- 1
- 15
- 23