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?