Coming out of changes around WVUI's search icon implementation in T279015, the new search icon features the right path, but is not vertically centered on canvas.
This has to do with the way that WVUI icons are currently implemented – they need to feature a single, flattened path and can't feature attributes like `fill-rule="evenodd", which are exported by many graphics applications and not flattened.
Which makes comparing the file with the elsewhere production-ready SVG icons much harder.
Wrongly applied icon on canvas
Current path is M7 0a7 7 0 017 7 6.92 6.92 0 01-1.4 4.19l5.4 5.4L16.58 18l-5.39-5.39A7 7 0 117 0zm0 2a5 5 0 105 5 5 5 0 00-5-5z
Proposed solution
Newly optimized path M8 1a7 7 0 015.6 11.2l5.4 5.4-1.4 1.4-5.4-5.4A7 7 0 118 1zm0 2a5 5 0 100 10A5 5 0 008 3z
QA notes
Additionally for QAing, we also want to check again, that the original issue with 'search' icon resizing between fallback search and Vue enabled search is gone.
QA Results - Beta
AC | Status | Details |
---|---|---|
1 | ❓ | T279015#7147623 |