Hi @gferreira, this workaround is really helpful in making variable font animations not so jittery (run into that a lot). However, when using BezierPath
, one loses selecting fill
within some words of the FormattedString
. Is it possible not flatten it all to one color with BezierPath
?
Ryan Bugden
@ryan
0
Reputation
4
Posts
168
Profile views
0
Followers
0
Following
Best posts made by ryan
This user hasn't posted anything yet.
Latest posts made by ryan
-
RE: Variable Font Animation Jiggle
-
Oval() point placement
Hi there,
I'm curious as to why the output from
oval()
has on-curves on angled extrema rather than traditional 0/90 extreme points? Sometimes I build patterns, export to PDF, and then work with them in Illustrator—but this point structure makes it more difficult. Screenshot in Illustrator below.Thanks,
Ryan -
RE: Delete previously made pages
Ah yes! Thanks @gferreira, I’ll try that.
-
Delete previously made pages
I want to run my script once but generate two mutually exclusive (not cumulative) animations. Is there a method for scrapping all pages and starting from scratch, in the middle of the script? I tried sandwiching each in a
savedState()
, but Drawbot got overwhelmed by that.TIA,
Ryan