-1

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

LittleFunny
  • 8,155
  • 15
  • 87
  • 198

1 Answers1

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