diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-31 21:19:11 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-31 21:19:11 +0100 |
commit | 2514ca0272a3b5270915b1ee9e48a9c4244b2749 (patch) | |
tree | a328a236b14f0c0cfa01c3d15059935af9b19e14 /test-apps/svg/README.md | |
parent | 3aa3500ed177cbd5b0ab5b4b68a8a45aee4e56d2 (diff) | |
download | lustre-2514ca0272a3b5270915b1ee9e48a9c4244b2749.tar.gz lustre-2514ca0272a3b5270915b1ee9e48a9c4244b2749.zip |
:alembic: Create a collection of test apps to cover previously reported bugs.
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**. |