0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Oct 29, 2023 — Oct 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add text corresponding to layouted glyph. More... 7 months ago
Split text layouting and text outlining into two separate steps. More... 7 months ago
Fix context paint on shape with zero-size bbox. More... 8 months ago
Add support for `context-fill` and `context-stroke`. More... 8 months ago
Account for viewbox transform in draw_bboxes example. More... 8 months ago
Add new filter tests. More... 8 months ago
Version bump. More... 9 months ago
Rename `usvg::XmlOptions` into `usvg::WriteOptions`. More... 9 months ago
Update changelog. More... 9 months ago
Update usvg readme. More... 9 months ago
Fix build. More... 9 months ago
Replace `usvg::utils::view_box_to_transform` with `usvg::ViewBox::to_transform`. More... 9 months ago
Try to preserve original gradient and pattern objects when converting units. More... 9 months ago
Gradients and patterns are always in `userSpaceOnUse` units now. More... 9 months ago
Use layer bbox during individual nodes rendering. More... 9 months ago
Fix defs id generation. More... 9 months ago
Preserve image aspect ratio when width or height are missing. More... 9 months ago
`usvg::Filter` is always in `userSpaceOnUse` units now. More... 9 months ago
`usvg::Mask` is always in `userSpaceOnUse` units now. More... 9 months ago
`usvg::ClipPath` is always in `userSpaceOnUse` units now. More... 9 months ago
Simplify groups resolving logic. More... 9 months ago
Use Arc instead of Rc everywhere. More... 9 months ago
All shared nodes are stored in `Rc` and not `Rc<RefCell>` now. More... 9 months ago
Remove internal `Node::subroots_mut` API. More... 9 months ago
All `usvg` methods that return bounding boxes return non-optional `Rect` now. More... 9 months ago
Flatten text nodes during initialization. More... 9 months ago
Image node bboxes are guarantee to be valid now. More... 9 months ago
Calculate path bboxes during initialization. More... 9 months ago
Calculate absolute transforms during parsing and not after the tree was already parsed. More... 9 months ago
Hide `subroots_mut` API. More... 9 months ago