issues
search
linebender
/
kurbo
A Rust library for manipulating curves
Apache License 2.0
727
stars
70
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add Linebender lint set v2.
#402
xStrom
closed
3 days ago
0
Add ConcreteShape type
#401
PoignardAzur
opened
1 week ago
6
Run CI tests using `cargo-nextest`.
#400
xStrom
closed
1 week ago
0
Implement `Sum` for `Vec2`
#399
Philipp-M
closed
2 weeks ago
0
Narrow and document the `getrandom` `js` feature usage.
#398
xStrom
closed
2 weeks ago
0
Match CI doc testing with docs.rs.
#397
xStrom
closed
2 weeks ago
0
Delay CI cache restore until the toolchain has been installed.
#396
xStrom
closed
3 weeks ago
0
Rename the CI `cargo fmt` job to `formatting`.
#395
xStrom
closed
3 weeks ago
0
Add `--ignore-unknown-features` to the CI.
#394
xStrom
closed
3 weeks ago
0
ci: Update stable Rust to 1.82
#393
waywardmonkeys
closed
1 month ago
0
ci: Update typos to 1.26.1
#392
waywardmonkeys
closed
1 month ago
3
chore: update MSRV to 1.74
#391
0xdevcollins
opened
1 month ago
2
Reduce number of operations in `Triangle::circumscribed_circle`
#390
tomcur
closed
5 hours ago
2
Enhancement: Point
#389
papyDoctor
closed
1 month ago
1
Test `Affine::svd`, drop statement that singular matrices produce NaNs
#388
tomcur
closed
3 weeks ago
0
Correctly calculate incenter in `Triangle::inscribed_circle`
#387
tomcur
closed
3 weeks ago
0
Fix `clippy::unnecessary_first_then_check` lint
#386
waywardmonkeys
closed
1 month ago
1
Fix `clippy::empty_line_after_doc_comments` lint
#385
waywardmonkeys
closed
1 month ago
0
Implement `Div<f64>` and `Mul<f64>` for `Insets`
#384
liferooter
opened
1 month ago
1
Numerically approximate ellipse perimeter
#383
tomcur
closed
1 month ago
5
Fix typo
#382
waywardmonkeys
closed
1 month ago
0
Numerically approximate arc perimeter
#381
tomcur
opened
1 month ago
4
test: 💍 add failing offset test
#380
richard-uk1
opened
2 months ago
0
Derive `PartialEq` for `Stroke`, common derives for `StrokeOpts`.
#379
waywardmonkeys
closed
2 months ago
0
Impl `ParamCurve`, `ParamCurveArclen` for `Arc`
#378
waywardmonkeys
opened
2 months ago
0
Inner/Outer strokes and Stem Darkening
#377
DJMcNab
opened
2 months ago
0
`Line::from` for `(Point, Point)`, `(Point, Vec2)`
#376
waywardmonkeys
closed
2 months ago
1
Add `Line::reversed`, `Line::midpoint`, rename `Arc::flipped`
#375
waywardmonkeys
closed
2 months ago
3
Release 0.11.1
#374
waywardmonkeys
closed
2 months ago
3
Update changelog
#373
waywardmonkeys
closed
2 months ago
1
deps: Update for release.
#372
waywardmonkeys
closed
2 months ago
2
Add doc aliases to `Rect::is_zero_area`, `Size::is_zero_area`
#371
waywardmonkeys
closed
2 months ago
1
Add `Rect::is_zero_area`, `Size::is_zero_area`
#370
waywardmonkeys
closed
2 months ago
1
Add the linebender lint set
#369
PoignardAzur
opened
3 months ago
5
`CircleSegment`: Add `inner_arc` and `outer_arc`
#368
waywardmonkeys
closed
3 months ago
3
Add `Arc::flipped`
#367
waywardmonkeys
closed
3 months ago
2
Add more docs.
#366
waywardmonkeys
closed
3 months ago
0
fix: parsing scientific notation in SVG path
#365
GabrielDertoni
closed
3 months ago
2
Explicitly export rather than `pub use mod::*`.
#364
waywardmonkeys
closed
3 months ago
1
docs: Improve docs for `Point` and `Vec2`
#363
waywardmonkeys
closed
3 months ago
1
Remove dead link targets.
#362
waywardmonkeys
closed
3 months ago
0
Deprecate `BezPath::flatten`, prefer `flatten`.
#361
waywardmonkeys
closed
3 months ago
0
Missing impl: Mul for Affine * Vec2
#360
waywardmonkeys
closed
3 months ago
5
Enable `feature(doc_auto_cfg)` for docs.rs
#359
waywardmonkeys
closed
3 months ago
1
Update changelog (content+format). Update MSRV text.
#358
waywardmonkeys
closed
3 months ago
0
ci: Use Linebender standard CI. Add `Cargo.lock`.
#357
waywardmonkeys
closed
3 months ago
2
Allow some of the SVG support in `no_std`
#356
waywardmonkeys
closed
3 months ago
2
ci: Add typos check.
#355
waywardmonkeys
closed
4 months ago
0
Fix doc for Arc.perimeter
#354
simoncozens
closed
4 months ago
0
Don't skip first dash in dash pattern
#353
dominikh
closed
3 months ago
3
Next