You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: