S
sridhartv25@gmail.com
Guest
Hello all,
I am trying to write a skill program for converting regular polygon to
path,
in this program I have compared the bBox of the polygon with the bBox
of the created path,if both are equal then only the path is created.
The Problem in this comparison is that ,I am not able to convert 45
deg polygon to path
because of minor mismatch in their bBox's ,may be 1 or 2 % , how can I
compare the bBox's such that the condition is valid even for 1 or 2 %
mismatch.
I am trying to write a skill program for converting regular polygon to
path,
in this program I have compared the bBox of the polygon with the bBox
of the created path,if both are equal then only the path is created.
The Problem in this comparison is that ,I am not able to convert 45
deg polygon to path
because of minor mismatch in their bBox's ,may be 1 or 2 % , how can I
compare the bBox's such that the condition is valid even for 1 or 2 %
mismatch.