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
We now output SVGs, and normalise the output as much as we can (IDs etc), but sometimes the params are coming out in different orders....
Ie, this is the BeyondCompare view of two the same image (Golden Test Master on the left, CI machine output on the right).
The images are identical, except the ordering of the parameters "style" and "viewbox" are reversed, making test comparisons impossible without significant pre-processing. Is it possible to get Kaleido to output the same order of params every time, regardless of machine used?
I guess the 2nd question here is, if Style is blank, why is it even there?
We now output SVGs, and normalise the output as much as we can (IDs etc), but sometimes the params are coming out in different orders....
Ie, this is the BeyondCompare view of two the same image (Golden Test Master on the left, CI machine output on the right).
The images are identical, except the ordering of the parameters "style" and "viewbox" are reversed, making test comparisons impossible without significant pre-processing. Is it possible to get Kaleido to output the same order of params every time, regardless of machine used?
I guess the 2nd question here is, if Style is blank, why is it even there?
Thanks
Si