TimelyTextView icon indicating copy to clipboard operation
TimelyTextView copied to clipboard

The path used to create the number "7" is a bit off

Open alexjlockwood opened this issue 8 years ago • 1 comments

The path this library uses is:

M 0.259668508287293, 0.116022099447514
C 0.259668508287293, 0.116022099447514 0.87292817679558,  0.116022099447514 0.87292817679558,  0.116022099447514
C 0.87292817679558,  0.116022099447514 0.7,               0.422099447513812 0.7,               0.422099447513812
C 0.7,               0.422099447513812 0.477348066298343, 0.733149171270718 0.477348066298343, 0.733149171270718
C 0.477348066298343, 0.733149171270718 0.25414364640884,  1                 0.25414364640884,  1

I had to tweak it a bit in order to make the line straight:

M 0.259668508287293, 0.116022099447514
C 0.259668508287293, 0.116022099447514 0.87292817679558, 0.116022099447514 0.87292817679558, 0.116022099447514
C 0.87292817679558,  0.116022099447514 0.66666666666667, 0.41068139962     0.66666666666667, 0.41068139962
C 0.66666666666667,  0.41068139962     0.460405157,      0.7053406998      0.460405157,      0.7053406998
C 0.460405157,       0.7053406998      0.25414364640884, 1                 0.25414364640884, 1

alexjlockwood avatar Nov 02 '16 14:11 alexjlockwood

Your right, I will get it updated. Thanks !

adnan-SM avatar Dec 02 '16 12:12 adnan-SM