Histórico de Commits

Autor SHA1 Mensagem Data
  MacDue 4c5d48f861 LibWeb: Support transforms, stroking, gradients, etc for SVG <text> há 1 ano atrás
  MacDue dc9cb449b1 LibWeb: Store computed SVG path data/transforms in LayoutState há 1 ano atrás
  MacDue 909bcfe9a4 LibWeb: Resolve and paint simple SVG masks há 1 ano atrás
  MacDue 5f0d3c083f LibWeb: Allow (explicitly) converting CSSPixels to float and int há 1 ano atrás
  Tom e61fdd1dc6 LibWeb: Use viewbox attribute in SVG symbol element há 1 ano atrás
  Aliaksandr Kalenik 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels há 2 anos atrás
  PrestonLTaylor 31d536912c LibWeb: Allow SVG painting to escape out of a shadow tree há 2 anos atrás
  Andreas Kling 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point há 2 anos atrás
  Linus Groh d58b671ff6 LibWeb/DOM: Rename Node::{paint => paintable}_box() há 2 anos atrás
  Linus Groh 754e458d0a LibWeb/Layout: Rename Box::{paint => paintable}_box() há 2 anos atrás
  MacDue f9c61e3ba7 LibWeb: Scale SVG stroke-width based on viewbox há 2 anos atrás
  MacDue ba6272a0a0 LibWeb: Don't try to paint SVG elements transformed to zero size há 2 anos atrás
  MacDue cf23a2b82d LibWeb: Apply SVG transform to path when painting (SVG) elements há 2 anos atrás
  Andreas Kling 4d401bf796 LibWeb: Make the paint tree GC-allocated há 2 anos atrás
  Sam Atkins 65cdf89a8b LibWeb: Convert Layout Boxes to new pixel units há 2 anos atrás
  Sam Atkins ab49dbf137 LibWeb: Convert Paintable coordinates to new pixel units há 2 anos atrás
  Andreas Kling e099960e4d LibWeb: Remove a bunch of no-longer needed #includes há 3 anos atrás
  Andreas Kling ed84fbce47 LibWeb: Make Paintable ref-counted há 3 anos atrás
  Andreas Kling 9461e44afa LibWeb: Use Layout::Box::paint_box() accessor in more places há 3 anos atrás
  Andreas Kling 02b316fd5c LibWeb: Let Paintable perform the painting há 3 anos atrás
  Andreas Kling f6497b64ac LibWeb: Rename Painting::Box => Paintable há 3 anos atrás
  Andreas Kling f0d833a3d7 LibWeb: Move StackingContext and PaintPhase into the Painting namespace há 3 anos atrás
  Andreas Kling a4d51b3dc2 LibWeb: Add Painting::Box and move things from Layout::Box into it há 3 anos atrás
  Tobias Christiansen 8461791ce2 LibWeb: Add support for 'view-box' attribute to SVGs há 3 anos atrás
  Sam Atkins aba8774c9c LibWeb: Give SVG geometry elements a position há 3 anos atrás
  Sam Atkins 784c3183f7 LibWeb: Rename SVGPathBox -> SVGGeometryBox há 3 anos atrás