1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 19:42:43 +00:00
serenity/Userland/Libraries/LibWeb/SVG
MacDue a8b9130ceb LibWeb: Support SVG vertical/horizontal lineto with multiple parameters
This now allows v 1 2 3 or h 1 2 3, which are treated like v 1 v 2 v 3
and h 1 h 2 h 3 respectively. This fixes the freeCodeCamp SVG logo.
2023-06-15 00:10:53 +02:00
..
AttributeNames.cpp
AttributeNames.h LibWeb: Implement painting for svg text 2023-06-09 17:20:34 +02:00
AttributeParser.cpp LibWeb: Support SVG vertical/horizontal lineto with multiple parameters 2023-06-15 00:10:53 +02:00
AttributeParser.h LibWeb: Implement SVG fill-rule attribute 2023-06-11 19:34:24 +02:00
SVGAnimatedLength.cpp
SVGAnimatedLength.h
SVGAnimatedLength.idl
SVGAnimatedNumber.cpp
SVGAnimatedNumber.h
SVGAnimatedNumber.idl
SVGCircleElement.cpp
SVGCircleElement.h
SVGCircleElement.idl
SVGClipPathElement.cpp
SVGClipPathElement.h
SVGClipPathElement.idl
SVGContext.h LibWeb: Implement SVG fill-rule attribute 2023-06-11 19:34:24 +02:00
SVGDecodedImageData.cpp LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2023-06-13 06:08:27 +02:00
SVGDecodedImageData.h LibWeb: Move image fetching & decoding into ImageRequest 2023-06-11 20:37:12 +02:00
SVGDefsElement.cpp
SVGDefsElement.h
SVGDefsElement.idl
SVGElement.cpp LibWeb: Implement the <use> SVG element 2023-06-03 05:58:00 +02:00
SVGElement.h LibWeb: Implement the <use> SVG element 2023-06-03 05:58:00 +02:00
SVGElement.idl
SVGEllipseElement.cpp
SVGEllipseElement.h
SVGEllipseElement.idl
SVGForeignObjectElement.cpp
SVGForeignObjectElement.h
SVGForeignObjectElement.idl
SVGGElement.cpp
SVGGElement.h
SVGGeometryElement.cpp
SVGGeometryElement.h
SVGGeometryElement.idl
SVGGradientElement.cpp
SVGGradientElement.h
SVGGradientElement.idl
SVGGraphicsElement.cpp LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2023-06-13 06:08:27 +02:00
SVGGraphicsElement.h LibWeb: Implement SVG fill-rule attribute 2023-06-11 19:34:24 +02:00
SVGGraphicsElement.idl
SVGLength.cpp
SVGLength.h
SVGLength.idl
SVGLinearGradientElement.cpp
SVGLinearGradientElement.h
SVGLinearGradientElement.idl
SVGLineElement.cpp
SVGLineElement.h
SVGLineElement.idl
SVGPathElement.cpp
SVGPathElement.h
SVGPathElement.idl
SVGPolygonElement.cpp
SVGPolygonElement.h
SVGPolygonElement.idl
SVGPolylineElement.cpp
SVGPolylineElement.h
SVGPolylineElement.idl
SVGRadialGradientElement.cpp
SVGRadialGradientElement.h
SVGRadialGradientElement.idl
SVGRectElement.cpp
SVGRectElement.h
SVGRectElement.idl
SVGStopElement.cpp
SVGStopElement.h
SVGStopElement.idl
SVGStyleElement.cpp LibWeb: Implement the <style> SVG element 2023-06-09 17:14:50 +02:00
SVGStyleElement.h LibWeb: Implement the <style> SVG element 2023-06-09 17:14:50 +02:00
SVGStyleElement.idl LibWeb: Implement the <style> SVG element 2023-06-09 17:14:50 +02:00
SVGSVGElement.cpp
SVGSVGElement.h
SVGSVGElement.idl
SVGSymbolElement.cpp LibWeb: Implement the <symbol> SVG element 2023-06-03 05:58:00 +02:00
SVGSymbolElement.h LibWeb: Implement the <symbol> SVG element 2023-06-03 05:58:00 +02:00
SVGSymbolElement.idl LibWeb: Implement the <symbol> SVG element 2023-06-03 05:58:00 +02:00
SVGTextContentElement.cpp LibWeb: Avoid crash for unsupported length unit in SVG elements 2023-06-11 19:04:30 +02:00
SVGTextContentElement.h LibWeb: Implement painting for svg text 2023-06-09 17:20:34 +02:00
SVGTextContentElement.idl
SVGTitleElement.cpp LibWeb: Implement the SVG title element 2023-06-09 01:12:48 +02:00
SVGTitleElement.h LibWeb: Implement the SVG title element 2023-06-09 01:12:48 +02:00
SVGTitleElement.idl LibWeb: Implement the SVG title element 2023-06-09 01:12:48 +02:00
SVGUseElement.cpp LibWeb: Implement the <use> SVG element 2023-06-03 05:58:00 +02:00
SVGUseElement.h LibWeb: Implement the <use> SVG element 2023-06-03 05:58:00 +02:00
SVGUseElement.idl LibWeb: Implement the <use> SVG element 2023-06-03 05:58:00 +02:00
TagNames.cpp
TagNames.h LibWeb: Implement the <style> SVG element 2023-06-09 17:14:50 +02:00
ViewBox.cpp
ViewBox.h LibWeb: Make CSSPixels and Length use 64-bit (double) floating point 2023-05-24 14:40:35 +02:00