mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Base: Use fill-opacity and stroke-opacity in SVG example
This commit is contained in:
parent
1d91a56242
commit
ac104f7845
Notes:
sideshowbarker
2024-07-17 17:40:13 +09:00
Author: https://github.com/MacDue Commit: https://github.com/SerenityOS/serenity/commit/ac104f7845 Pull-request: https://github.com/SerenityOS/serenity/pull/18927
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
<svg width="800" height="1200">
|
||||
<path d="M 10 10 h 100 l -50 80 z" fill="green" stroke="black" stroke-width="3"></path>
|
||||
<path d="M 60 10 h 100 l -50 80 z" fill="red" stroke="blue" stroke-width="3"></path>
|
||||
<path d="M 60 10 h 100 l -50 80 z" fill="red" fill-opacity="50%" stroke="blue" stroke-opacity="50%" stroke-width="3"></path>
|
||||
<path d="M 110 10 h 100 l -50 80 z" class="css"></path>
|
||||
|
||||
<path d="M 135 275 v -100 a 100,100 0 0,0 -100,100 z" fill="yellow" stroke="blue" stroke-width="3"></path>
|
||||
|
|
Loading…
Reference in a new issue