[w3c/browser-payment-api] Removing erroneous <svg> clip boundaries (#201)

For some reason, Visio appears to put invalid clip boundaries on nested <svg> elements. The webkit/blink implementation of SVG seems to ignore them; however, Firefox's SVG implementation honors them and therefore hides the enclosed elements. See https://bugzilla.mozilla.org/show_bug.cgi?id=1270210 for details.

This change allows the diagram to render properly in conformant SVG implementations.
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/browser-payment-api/pull/201

-- Commit Summary --

  * Removing erroneous <svg> clip boundaries

-- File Changes --

    M specs/arch.svg (10)

-- Patch Links --

https://github.com/w3c/browser-payment-api/pull/201.patch
https://github.com/w3c/browser-payment-api/pull/201.diff

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/browser-payment-api/pull/201

Received on Friday, 20 May 2016 15:14:01 UTC