hi folks,
I have drawn images/objects in SVG in pixels .. now I have to draw these images in MS Visio which takes the units as Points .. is there any sophisticated method of converting the pixels into points ?
Hi
Dne Sat, 7 Aug 2010 12:01:11 +0500 Adnan hiddenpearls@gmail.com napsal(a):
I have drawn images/objects in SVG in pixels .. now I have to draw these images in MS Visio which takes the units as Points .. is there any sophisticated method of converting the pixels into points ?
No, pixes are dots on the screen, while point[1] is exactly defined unit. Just choose anything what produces good results.
[1]: http://en.wikipedia.org/wiki/Point_%28typography%29
On Tue, Aug 17, 2010 at 4:43 PM, Michal Čihař michal@cihar.com wrote:
Hi
Dne Sat, 7 Aug 2010 12:01:11 +0500 Adnan hiddenpearls@gmail.com napsal(a):
I have drawn images/objects in SVG in pixels .. now I have to draw these images in MS Visio which takes the units as Points .. is there any sophisticated method of converting the pixels into points ?
No, pixes are dots on the screen, while point[1] is exactly defined unit. Just choose anything what produces good results.
i see, actually you know when users define the positions via scratch board
at the time of exporting schema they set the x,y co-ordinates .. so I want to map these co-ordinates on points based IDE ..
-- Michal Čihař | http://cihar.com | http://blog.cihar.com
This SF.net email is sponsored by
Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi
Dne Tue, 17 Aug 2010 16:52:07 +0500 Adnan hiddenpearls@gmail.com napsal(a):
i see, actually you know when users define the positions via scratch board at the time of exporting schema they set the x,y co-ordinates .. so I want to map these co-ordinates on points based IDE ..
Yes I know. You can keep them as they are or simply scale them up to look good in Visio. The values don't need to be exactly same, all what is needed is to keep arrangement of the schema.
On Tue, Aug 17, 2010 at 4:58 PM, Michal Čihař michal@cihar.com wrote:
Hi
Dne Tue, 17 Aug 2010 16:52:07 +0500 Adnan hiddenpearls@gmail.com napsal(a):
i see, actually you know when users define the positions via scratch
board
at the time of exporting schema they set the x,y co-ordinates .. so I
want
to map these co-ordinates on points based IDE ..
Yes I know. You can keep them as they are or simply scale them up to look good in Visio. The values don't need to be exactly same, all what is needed is to keep arrangement of the schema.
ok, fine!
-- Michal Čihař | http://cihar.com | http://blog.cihar.com
This SF.net email is sponsored by
Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel