Skip to content

Commit

Permalink
update(SVG): web/svg/attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
viperehonchuk committed Feb 4, 2025
1 parent 1bece81 commit 8190f42
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions files/uk/web/svg/attribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ page-type: landing-page
- {{SVGAttr("color")}}
- {{SVGAttr("color-interpolation")}}
- {{SVGAttr("color-interpolation-filters")}}
- {{SVGAttr("color-rendering")}}
- {{SVGAttr("crossorigin")}}
- {{SVGAttr("cursor")}}
- {{SVGAttr("cx")}}
Expand All @@ -59,7 +58,6 @@ page-type: landing-page

- {{SVGAttr("d")}}
- {{SVGAttr("data-*")}}
- {{SVGAttr("decelerate")}}
- {{SVGAttr("decoding")}}
- {{SVGAttr("descent")}}
- {{SVGAttr("diffuseConstant")}}
Expand Down Expand Up @@ -94,9 +92,8 @@ page-type: landing-page
- {{SVGAttr("font-style")}}
- {{SVGAttr("font-variant")}}
- {{SVGAttr("font-weight")}}
- {{SVGAttr("format")}}
- {{SVGAttr("from")}}
- {{SVGAttr("fr")}}
- {{SVGAttr("from")}}
- {{SVGAttr("fx")}}
- {{SVGAttr("fy")}}

Expand All @@ -107,19 +104,18 @@ page-type: landing-page
- {{SVGAttr("glyph-name")}}
- {{SVGAttr("glyph-orientation-horizontal")}}
- {{SVGAttr("glyph-orientation-vertical")}}
- {{SVGAttr("glyphRef")}}
- {{SVGAttr("gradientTransform")}}
- {{SVGAttr("gradientUnits")}}

### H

- {{SVGAttr("hanging")}}
- {{SVGAttr("height")}}
- {{SVGAttr("href")}}
- {{SVGAttr("hreflang")}}
- {{SVGAttr("horiz-adv-x")}}
- {{SVGAttr("horiz-origin-x")}}
- {{SVGAttr("horiz-origin-y")}}
- {{SVGAttr("href")}}
- {{SVGAttr("hreflang")}}

### I

Expand Down Expand Up @@ -190,8 +186,8 @@ page-type: landing-page

### P

- {{SVGAttr("panose-1")}}
- {{SVGAttr("paint-order")}}
- {{SVGAttr("panose-1")}}
- {{SVGAttr("path")}}
- {{SVGAttr("pathLength")}}
- {{SVGAttr("patternContentUnits")}}
Expand Down Expand Up @@ -380,8 +376,9 @@ page-type: landing-page
- {{SVGAttr("color")}}
- {{SVGAttr("color-interpolation")}}
- {{SVGAttr("color-interpolation-filters")}}
- {{SVGAttr("color-rendering")}}
- {{SVGAttr("cursor")}}
- {{SVGAttr("cx")}}
- {{SVGAttr("cy")}}
- {{SVGAttr("d")}}
- {{SVGAttr("direction")}}
- {{SVGAttr("display")}}
Expand All @@ -401,16 +398,21 @@ page-type: landing-page
- {{SVGAttr("font-weight")}}
- {{SVGAttr("glyph-orientation-horizontal")}}
- {{SVGAttr("glyph-orientation-vertical")}}
- {{SVGAttr("height")}}
- {{SVGAttr("image-rendering")}}
- {{SVGAttr("letter-spacing")}}
- {{SVGAttr("lighting-color")}}
- {{SVGAttr("marker-end")}}
- {{SVGAttr("marker-mid")}}
- {{SVGAttr("marker-start")}}
- {{SVGAttr("mask")}}
- {{SVGAttr("mask-type")}}
- {{SVGAttr("opacity")}}
- {{SVGAttr("overflow")}}
- {{SVGAttr("pointer-events")}}
- {{SVGAttr("r")}}
- {{SVGAttr("rx")}}
- {{SVGAttr("ry")}}
- {{SVGAttr("shape-rendering")}}
- {{SVGAttr("stop-color")}}
- {{SVGAttr("stop-opacity")}}
Expand All @@ -424,14 +426,19 @@ page-type: landing-page
- {{SVGAttr("stroke-width")}}
- {{SVGAttr("text-anchor")}}
- {{SVGAttr("text-decoration")}}
- {{SVGAttr("text-overflow")}}
- {{SVGAttr("text-rendering")}}
- {{SVGAttr("transform")}}
- {{SVGAttr("transform-origin")}}
- {{SVGAttr("unicode-bidi")}}
- {{SVGAttr("vector-effect")}}
- {{SVGAttr("visibility")}}
- {{SVGAttr("white-space")}}
- {{SVGAttr("width")}}
- {{SVGAttr("word-spacing")}}
- {{SVGAttr("writing-mode")}}
- {{SVGAttr("x")}}
- {{SVGAttr("y")}}

### Атрибути фільтрів

Expand All @@ -449,7 +456,7 @@ page-type: landing-page
- Атрибути хронометражу анімації
- : {{SVGAttr("begin")}}, {{SVGAttr("dur")}}, {{SVGAttr("end")}}, {{SVGAttr("min")}}, {{SVGAttr("max")}}, {{SVGAttr("restart")}}, {{SVGAttr("repeatCount")}}, {{SVGAttr("repeatDur")}}, {{SVGAttr("fill")}}
- Атрибути значення анімації
- : {{SVGAttr("calcMode")}}, {{SVGAttr("values")}}, {{SVGAttr("keyTimes")}}, {{SVGAttr("keySplines")}}, {{SVGAttr("from")}}, {{SVGAttr("to")}}, {{SVGAttr("by")}}, {{SVGAttr("autoReverse")}}, {{SVGAttr("accelerate")}}, {{SVGAttr("decelerate")}}
- : {{SVGAttr("calcMode")}}, {{SVGAttr("values")}}, {{SVGAttr("keyTimes")}}, {{SVGAttr("keySplines")}}, {{SVGAttr("from")}}, {{SVGAttr("to")}}, {{SVGAttr("by")}}, {{SVGAttr("autoReverse")}}
- Атрибути додавання анімації
- : {{SVGAttr("additive")}}, {{SVGAttr("accumulate")}}

Expand Down

0 comments on commit 8190f42

Please sign in to comment.