Rob Boerman
Rob Boerman
# Add New Prompt > ⚠️ PLEASE INCLUDE YOUR PROMPTS IN BOTH THE `README.md` and `prompts.csv` FILES FOLLOWING THE GUIDELINES PROVIDED BELOW. You'll need to add your prompt into README.md,...
CAAT Path incorrectly assumed the starting point is always the first point of the first path segment
EG: when creating a path consisting of arcTo path segments, the first point is NOT the first arcTo path segment point. Path.beginPath should register the specified starting point (like documented...)...
When setting a clipPath on an actor and the enableResizeEvents is set to true, actors with a clipPath get scaled twice. This is because the applyAsPath method from the clipPath...