mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:57:35 +00:00
LibWeb: Define the rest of the SVG geometry properties
This defines all the (remaining) geometry properties from https://svgwg.org/svg2-draft/geometry.html#Sizing.
This commit is contained in:
parent
552f63a283
commit
1fbf1073ab
2 changed files with 82 additions and 1 deletions
|
@ -52,6 +52,8 @@ column-count: auto
|
|||
column-gap: auto
|
||||
content: normal
|
||||
cursor: auto
|
||||
cx: 0px
|
||||
cy: 0px
|
||||
direction: ltr
|
||||
display: block
|
||||
fill: rgb(0, 0, 0)
|
||||
|
@ -81,7 +83,7 @@ grid-row-start: auto
|
|||
grid-template-areas:
|
||||
grid-template-columns:
|
||||
grid-template-rows:
|
||||
height: 1411px
|
||||
height: 1445px
|
||||
image-rendering: auto
|
||||
inset-block-end: auto
|
||||
inset-block-start: auto
|
||||
|
@ -136,8 +138,11 @@ padding-top: 0px
|
|||
pointer-events: auto
|
||||
position: static
|
||||
quotes: auto
|
||||
r: 0px
|
||||
right: auto
|
||||
row-gap: auto
|
||||
rx: auto
|
||||
ry: auto
|
||||
scrollbar-width: auto
|
||||
stop-color: rgb(0, 0, 0)
|
||||
stop-opacity: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue