MCPcopy Create free account
hub / github.com/Logicalshift/flo_draw / decode_dash_offset

Function decode_dash_offset

canvas/src/decoding.rs:1846–1848  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1844
1845 #[test]
1846 fn decode_dash_offset() {
1847 check_round_trip_single(Draw::DashOffset(13.0));
1848 }
1849
1850 #[test]
1851 fn decode_stroke_color() {

Callers 1

decodeMethod · 0.85

Calls 1

check_round_trip_singleFunction · 0.85

Tested by

no test coverage detected