Aqw_Zert style interacts with other styles
Closed this issue · 3 comments
clauswilke commented
As an example, see Estienne style rendered before and after Aqw_Zert has been rendered.
@AqwUnderscoreZert Any unusual features that you use that need to be reset between drawing different styles? See here for all the things we're resetting already:
Lines 181 to 191 in 1c6cc2c
clauswilke commented
These are candidates for things that need to be reset:
fxhash-bridge/src/styles/aqwunderscorezert.js
Lines 20 to 24 in 1c6cc2c
If I have to take a guess, it's probably the noise detail. Other styles use noise()
without setting noiseDetail()
first.
AqwUnderscoreZert commented
Wow thanks @clauswilke ! That one was not easy to catch! Thanks a lot man!
AqwUnderscoreZert commented
Fixed for me! @camilleroux you can close this issue.