What is the max number of points in vector graphic?
BNig
bernd.niggemann at uni-wh.de
Thu May 22 19:10:39 EDT 2014
Craig,
> The list of points goes negative after 32767
nice finding. You can simplify the test
on mouseUp
repeat with i = 32767 to 32770
put 100, i & cr after tCollect
end repeat
delete last char of tCollect
set the points of grc 1 to tCollect
put the points of grc 1 into field 1
end mouseUp
gives you
100,32767
100,-32768
100,-32767
100,-32766
kind regards
Bernd
--
View this message in context: http://runtime-revolution.278305.n4.nabble.com/What-is-the-max-number-of-points-in-vector-graphic-tp4679840p4679892.html
Sent from the Revolution - User mailing list archive at Nabble.com.
More information about the use-livecode
mailing list