davidgutierrezrubio / jmathanim

A Java library to make mathematical animations
https://davidgutierrezrubio.github.io/jmathanim/
20 stars 2 forks source link

CrossOutMathElements not working #17

Closed rensx closed 1 month ago

rensx commented 1 month ago

(1)CrossOutMathElements (2)SVGUtils.parseStyleAttribute solution:str = str.replaceAll("(?<=[;:])\s*", ""); (3)PlaySoundAt=>solution: FFmpegAudioEncoder.runFfmpegProcess String[] c={"sh","-c",cmd};

davidgutierrezrubio commented 1 month ago

Thank for the suggestions! Bug in CrossOutMathElements is fixed and applied to the SNAPSHOT version as well as your suggestions.