Skip to main content

35 docs tagged with "SVG"

SVG import, parsing, and SVG-aligned rendering behavior.

View all tags

Chromium SVG Text

SVG text is the most intricate part of SVG rendering because it combines:

Hit-testing — design notes for v2

Investigation, bugs, and architectural lessons from a v1 hit-test implementation in @grida/svg-editor — input to the v2 hit-test architecture.

Policy Class

Defined term — the minimal partition of editable SVG elements such that every editing intent admits the same set of legal solutions within a class.

SVG Editor (TS SDK) — Design

Index of design notes for the @grida/svg-editor TypeScript SDK — element IR proposal, hit-test architecture, transform pipeline critique, Policy Class glossary.

SVG Testing

This document describes the testing methodology and tools used to evaluate SVG rendering accuracy in Grida Canvas.

SVG Transforms and Coordinate Frames

Reference for SVG transform-attribute syntax, viewport / viewBox, and use-instance coordinate frames — feeds an IR redesign that must refuse-vs-normalize rotation and pivot.