index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
SVG
Age
Commit message (
Expand
)
Author
2023-05-21
LibWeb: Move SVGElement's dataset construction to initialize()
Andreas Kling
2023-05-21
LibWeb: Include SVG-as-image isolated contexts in layout/DOM tree dumps
Andreas Kling
2023-05-21
LibWeb: Calculate intrinsic size and aspect ratio for SVG-as-image
Andreas Kling
2023-05-21
LibWeb: Render SVG-as-image into an isolated top-level browsing context
Andreas Kling
2023-05-21
LibWeb: Have ImageProvider bitmap getter take optional size argument
Andreas Kling
2023-05-21
LibWeb: Stub out a new SVGDecodedImageData class
Andreas Kling
2023-05-20
LibWeb: Implement SVG opacity properties
MacDue
2023-05-19
LibWeb: Fix null dereference on SVG element with bogus fill URL
Andreas Kling
2023-05-08
LibWeb: Don't include Layout/Node.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include HTML/Window.h from DOM/Element.h
Andreas Kling
2023-05-06
LibWeb: Use the new to_px() helpers in CSS, SVG and layout code
Andreas Kling
2023-05-06
LibWeb: Propagate errors from parse_css_value and property_initial_value
Sam Atkins
2023-05-06
LibWeb: Propagate errors from StyleValue construction
Sam Atkins
2023-05-04
LibWeb: Add an initial implementation of SVG `<radialGradient>`
MacDue
2023-05-04
LibWeb: Move some common SVG gradient functions into SVGGradientElement
MacDue
2023-05-04
LibWeb: Don't inherit SVG color stops if current gradient has stops
MacDue
2023-05-04
LibWeb: Add tag and attribute names for SVG linear gradients
MacDue
2023-05-04
LibWeb: Mark SVG::NumberPercentage accessors as const
MacDue
2023-05-04
LibWeb: Honor fill, stroke and stroke-width attribute on SVGSVGElement
Andreas Kling
2023-04-28
LibWeb: Resolve and paint SVG gradient fills
MacDue
2023-04-28
LibWeb: Implement SVGLinearGradientElement (<linearGradient>)
MacDue
2023-04-28
LibWeb: Implement SVGGradientElement
MacDue
2023-04-28
LibWeb: Implement SVGStopElement (<stop>)
MacDue
2023-04-28
LibWeb: Add stop-color as a CSS property
MacDue
2023-04-28
LibWeb: Add SVG tag names for <linearGradient>s
MacDue
2023-04-28
LibWeb: Implement SVGAnimatedNumber
MacDue
2023-04-17
LibWeb: Support implicit lineto commands after moveto in SVG paths
Andreas Kling
2023-04-17
LibWeb: Implement SVG `preserveAspectRatio` attribute
MacDue
2023-04-15
LibWeb: Scale SVG stroke-width based on viewbox
MacDue
2023-04-12
Everywhere: Fix a few typos
Nico Weber
2023-04-12
LibWeb: Allow floating point values when parsing SVG viewboxes
MacDue
2023-04-12
LibWeb: Always use quirks mode when parsing SVG width/height attributes
MacDue
2023-04-12
LibWeb: Apply CSS scaling to SVG elements
MacDue
2023-04-12
LibWeb: Parse the `transform` attribute when set on SVGGraphicsElements
MacDue
2023-04-12
LibWeb: Parse and apply `fill-opacity` attribute to SVG paths
MacDue
2023-04-12
LibWeb: Add SVG transform parsing
MacDue
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-03-25
LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-20
LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin
Simon Wanner
2023-03-20
LibWeb: Support more length types in SVG width/height attributes
Michiel
2023-03-18
LibWeb: Initialize static web strings during main-thread VM creation
Timothy Flynn
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-22
LibWeb: Make factory method of Geometry::DOMPoint fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of SVG::SVGLength fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of HTML::DOMStringMap fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of SVG::SVGAnimatedLength fallible
Kenneth Myhra
2023-02-10
LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint
Andreas Kling
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
[next]