1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 05:54:59 +00:00
serenity/Userland/Libraries/LibWeb/SVG
Sam Atkins 3964b81d2b LibWeb: Add for CSS fill/stroke/stroke-color properties for SVG
In the spec, `fill` and `stroke` are supposed to be a shorthands for
various properties. But since the spec is still a working draft, and
neither Firefox or Chrome support the `fill-color` or `stroke-color`
properties, we'll stick with `fill` and `stroke` as simple colors for
now.

Also, note that SVG expects things in "user units", and we are assuming
that 1px = 1 user unit for now.
2021-09-16 22:30:33 +02:00
..
AttributeNames.cpp LibWeb: Add an SVG::AttributeNames namespace 2021-09-15 11:56:26 +02:00
AttributeNames.h LibWeb: Add an SVG::AttributeNames namespace 2021-09-15 11:56:26 +02:00
SVGContext.h Userland: Use mattco@serenityos.org for my copyright headers 2021-04-23 08:24:53 +02:00
SVGElement.cpp Userland: Use mattco@serenityos.org for my copyright headers 2021-04-23 08:24:53 +02:00
SVGElement.h LibWeb: Ignore svg elements outside of <svg> when building layout tree 2021-08-05 20:17:08 +02:00
SVGElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGGeometryElement.cpp Userland: Use mattco@serenityos.org for my copyright headers 2021-04-23 08:24:53 +02:00
SVGGeometryElement.h Userland: Use mattco@serenityos.org for my copyright headers 2021-04-23 08:24:53 +02:00
SVGGeometryElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGGraphicsElement.cpp LibWeb: Add for CSS fill/stroke/stroke-color properties for SVG 2021-09-16 22:30:33 +02:00
SVGGraphicsElement.h LibWeb: Add for CSS fill/stroke/stroke-color properties for SVG 2021-09-16 22:30:33 +02:00
SVGGraphicsElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGPathElement.cpp LibWeb: Support "c" and "C" curves in SVG <path> data 2021-09-15 20:57:43 +02:00
SVGPathElement.h Userland: Use mattco@serenityos.org for my copyright headers 2021-04-23 08:24:53 +02:00
SVGPathElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGSVGElement.cpp LibWeb: Parse the <svg viewBox> attribute 2021-09-15 11:56:26 +02:00
SVGSVGElement.h LibWeb: Remove unused SVGSVGElement::m_bitmap 2021-09-15 20:57:43 +02:00
SVGSVGElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
TagNames.cpp Userland: Use mattco@serenityos.org for my copyright headers 2021-04-23 08:24:53 +02:00
TagNames.h Userland: Use mattco@serenityos.org for my copyright headers 2021-04-23 08:24:53 +02:00
ViewBox.cpp LibWeb: Add SVG::ViewBox to represent SVG view boxes 2021-09-15 11:56:26 +02:00
ViewBox.h LibWeb: Add SVG::ViewBox to represent SVG view boxes 2021-09-15 11:56:26 +02:00