summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/SVG
AgeCommit message (Expand)Author
2022-02-06LibWeb: Implement SVG `S` (SmoothCurve) commandsSam Atkins
2022-02-05LibWeb: Compute element style in Layout::TreeBuilderAndreas Kling
2022-02-04LibWeb: Allow LengthPercentage to hold a calculated valueSam Atkins
2022-01-24LibWeb: Treat SVG fill/stroke/stroke-width attributes as CSS propertiesSam Atkins
2022-01-20LibWeb: Convert `stroke-width` to LengthPercentageSam Atkins
2021-10-06LibWeb: Start work towards modern CSS "display" valuesAndreas Kling
2021-09-27LibWeb: Make SVG <path> tolerate relative first path coordinatesAndreas Kling
2021-09-26LibWeb: Add support for HTMLOrSVGElement.datasetLuke Wilde
2021-09-24LibWeb: Rename CSS::StyleResolver => StyleComputerAndreas Kling
2021-09-18LibWeb: Add a bare-bones SVG <g> elementAndreas Kling
2021-09-16LibWeb: Add for CSS `fill/stroke/stroke-color` properties for SVGSam Atkins
2021-09-15LibWeb: Support "c" and "C" curves in SVG <path> dataAndreas Kling
2021-09-15LibWeb: Remove unused SVGSVGElement::m_bitmapAndreas Kling
2021-09-15LibWeb: Parse the <svg viewBox> attributeAndreas Kling
2021-09-15LibWeb: Add SVG::ViewBox to represent SVG view boxesAndreas Kling
2021-09-15LibWeb: Add an SVG::AttributeNames namespaceAndreas Kling
2021-08-05LibWeb: Ignore svg elements outside of <svg> when building layout treeK-Adam
2021-08-01LibWeb: Remove unused header includesBrian Gianforcaro
2021-07-08Everywhere: Mark debug-only functions `[[maybe_unused]]`Daniel Bertalan
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-04-27Userland: Move non-standard math constants from math.hJean-Baptiste Boric
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-23Userland: Use mattco@serenityos.org for my copyright headersMatthew Olsson
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibWeb: Implement scientific notation parsing in PathDataParserIdan Horowitz
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-04-15LibGfx+LibWeb: Move out the EllipticArcTo() logic into PathAnotherTest
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-07LibWeb: Use move semantics for QualifiedName more oftenAndreas Kling
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Libraries: Add missing headersBen Wiederhake
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling