diff options
Diffstat (limited to 'test-apps/svg/README.md')
-rw-r--r-- | test-apps/svg/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test-apps/svg/README.md b/test-apps/svg/README.md new file mode 100644 index 0000000..ebe238b --- /dev/null +++ b/test-apps/svg/README.md @@ -0,0 +1,3 @@ +This example exists because setting some SVG attributes like `viewBox` was causing +a runtime error. These attributes were mirrored as DOM properties but they were +marked as **read-only**. |