1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-21 15:35:07 +00:00
serenity/Userland/Libraries/LibWeb/SVG
Sam Atkins bf178e0196 LibWeb: Implement SVG S (SmoothCurve) commands
These were being parsed, but skipped when rendering. With this fix, the
SVG on discord's invite screen looks pretty nice! :^)
2022-02-06 22:13:07 +01: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 LibWeb: Add support for HTMLOrSVGElement.dataset 2021-09-26 18:59:56 +02:00
SVGElement.h LibWeb: Add support for HTMLOrSVGElement.dataset 2021-09-26 18:59:56 +02:00
SVGElement.idl LibWeb: Add support for HTMLOrSVGElement.dataset 2021-09-26 18:59:56 +02:00
SVGGElement.cpp LibWeb: Compute element style in Layout::TreeBuilder 2022-02-05 22:50:39 +01:00
SVGGElement.h LibWeb: Compute element style in Layout::TreeBuilder 2022-02-05 22:50:39 +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: Allow LengthPercentage to hold a calculated value 2022-02-04 13:52:02 +01:00
SVGGraphicsElement.h LibWeb: Treat SVG fill/stroke/stroke-width attributes as CSS properties 2022-01-24 17:04:00 +01:00
SVGGraphicsElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGPathElement.cpp LibWeb: Implement SVG S (SmoothCurve) commands 2022-02-06 22:13:07 +01:00
SVGPathElement.h LibWeb: Compute element style in Layout::TreeBuilder 2022-02-05 22:50:39 +01:00
SVGPathElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGSVGElement.cpp LibWeb: Compute element style in Layout::TreeBuilder 2022-02-05 22:50:39 +01:00
SVGSVGElement.h LibWeb: Compute element style in Layout::TreeBuilder 2022-02-05 22:50:39 +01: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 LibWeb: Add a bare-bones SVG <g> element 2021-09-18 01:39:59 +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