I'm using RemarkJS to create my slides, and I would love to use Rough notation to highlight parts of my talk!
When I tried to integrate it, I noticed the positioning was wrong and tried to understand why: remark use a "scaler" container to always have the slides centered with the same aspect ratio, and it uses transform: scale() to achieve that.
When the scale value is different than 1, the Rough notation positioning is shifted.
I would love to know if you are aware of any workaround!
Thanks