chinedufn / percy

Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
https://chinedufn.github.io/percy/
Apache License 2.0
2.26k stars 84 forks source link

Add support for inline SVG element #104

Closed ivanceras closed 5 years ago

ivanceras commented 5 years ago

This change is Reviewable

chinedufn commented 5 years ago

You'll want to rebase on top of the latest master branch since I pushed up some conflicts in https://github.com/chinedufn/percy/commit/eb0c6deb4747be9f62ae824333ac8610c0727f99

chinedufn commented 5 years ago

Hmm looks like tests are failing

Is ./test.sh passing for you locally ?

ivanceras commented 5 years ago

My local test was failing. I just fixed the test to match the expected output.

chinedufn commented 5 years ago

Thanks! Merging