You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have an issue with the ShapeInfo for rounded rectangles, rr being a rectangle with rounded corners: ShapeInfo.rectangle({x: rr.x, y: rr.y, w: rr.width, h: rr.height, rx: rr.rx, ry: rr.ry});
it throws an exception:
Uncaught TypeError: Unable to extract value for size,width,height,w,h
at getValues (ShapeInfo.js? [sm]:59)
at Function.rectangle (ShapeInfo.js? [sm]:272)
Seems like in the for loop of getValues in ShapeInfo.js, parsePoint shifts the args parameter without creating a copy.
Is that a bug or am I missing something?
Used to work in 0.6.0, but the dependency gp-data-transformer disappeared from npm. :(
The text was updated successfully, but these errors were encountered:
If you have a chance, please try the latest on development? I ran your test case above and it seems to be working fine. Please let me know if you run into any other issues.
On Jul 13, 2021, at 3:38 AM, Brett Zamir ***@***.***> wrote:
Hi there! I was getting this error too, but #development indeed got rid of the error.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Hi, I have an issue with the ShapeInfo for rounded rectangles,
rr
being a rectangle with rounded corners:ShapeInfo.rectangle({x: rr.x, y: rr.y, w: rr.width, h: rr.height, rx: rr.rx, ry: rr.ry});
it throws an exception:
Seems like in the for loop of
getValues
in ShapeInfo.js,parsePoint
shifts theargs
parameter without creating a copy.Is that a bug or am I missing something?
Used to work in 0.6.0, but the dependency
gp-data-transformer
disappeared from npm. :(The text was updated successfully, but these errors were encountered: