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 working on a new visual testing framework for the plotly R package and I'm hoping to use at svg diffs via orca (if that seems like a bad idea in general, please let me know).
It looks as though the id property of <clipPath /> is semi-random -- would it be possible to add an argument to make this (and possibly other) svg properties be deterministic?
If not, would you see any problem with removing the id property before performing the diff?
I'm working on a new visual testing framework for the plotly R package and I'm hoping to use at svg diffs via orca (if that seems like a bad idea in general, please let me know).
It looks as though the
idproperty of<clipPath />is semi-random -- would it be possible to add an argument to make this (and possibly other) svg properties be deterministic?If not, would you see any problem with removing the id property before performing the diff?