Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [photon@photon-desktop librsvg]$ git bisect start
- [photon@photon-desktop librsvg]$ git bisect good 2.42.3
- [photon@photon-desktop librsvg]$ git bisect bad 2.42.4
- binäre Suche: danach noch 76 Commits zum Testen übrig (ungefähr 6 Schritte)
- [36798fdb8567eef506359cfec8adb997e2d26e52] RsvgPathBuilder::to_cairo() - make public
- [photon@photon-desktop librsvg]$ git bisect good 36798fdb8567eef506359cfec8adb997e2d26e52
- binäre Suche: danach noch 38 Commits zum Testen übrig (ungefähr 5 Schritte)
- [8f23aed193cba6eca3bae9a2358005ae05a095db] aspect_ratio: Move impl Defualts under the struct declarations.
- [photon@photon-desktop librsvg]$ git bisect bad 8f23aed193cba6eca3bae9a2358005ae05a095db
- binäre Suche: danach noch 18 Commits zum Testen übrig (ungefähr 4 Schritte)
- [d81d94e3604c6ae3b83e83d50e58a1a58ff048bd] rsvg_set_source_rsvg_paint_server(): Rename in the Rust code; this will go away soon
- [photon@photon-desktop librsvg]$ git bisect skip
- binäre Suche: danach noch 18 Commits zum Testen übrig (ungefähr 4 Schritte)
- [2e40aee869f8494fd72aaa2a4924b2c6bb0f458e] rsvg_draw_path_builder(): Finally move to Rust. Yay!
- [photon@photon-desktop librsvg]$ git bisect bad 2e40aee869f8494fd72aaa2a4924b2c6bb0f458e
- binäre Suche: danach noch 9 Commits zum Testen übrig (ungefähr 3 Schritte)
- [4cdc6d22f2c820df17679c3333c5ea5b60e2d98c] Move all the method-like RsvgState functions from drawing_ctx.rs to state.rs
- [photon@photon-desktop librsvg]$ git bisect bad 4cdc6d22f2c820df17679c3333c5ea5b60e2d98c
- binäre Suche: danach noch 4 Commits zum Testen übrig (ungefähr 2 Schritte)
- [e362b7f34758db5a6ca679263209ae2d3d62e984] Bind to Rust: stroke_opacity, miter_limit, line_cap, line_join
- [photon@photon-desktop librsvg]$ git bisect good e362b7f34758db5a6ca679263209ae2d3d62e984
- binäre Suche: danach noch 1 Commit zum Testen übrig (ungefähr 1 Schritt)
- [628180823876d7ff446f5d6cb5f8448b65d287a2] Set the stroke_dasharray on the cairo::Context in the Rust code
- [photon@photon-desktop librsvg]$ git bisect bad 628180823876d7ff446f5d6cb5f8448b65d287a2
- binäre Suche: danach noch 0 Commits zum Testen übrig (ungefähr 1 Schritt)
- [db8ddb41c2bc67e68ded4b0eb7f1f0a774a74bb9] fix: get_shape_rendering_type
- [photon@photon-desktop librsvg]$ git bisect good db8ddb41c2bc67e68ded4b0eb7f1f0a774a74bb9
- 628180823876d7ff446f5d6cb5f8448b65d287a2 is the first bad commit
- commit 628180823876d7ff446f5d6cb5f8448b65d287a2
- Author: Federico Mena Quintero <[email protected]>
- Date: Thu Mar 15 15:21:49 2018 -0600
- Set the stroke_dasharray on the cairo::Context in the Rust code
- * rsvg_parse_stroke_dasharray() now returns a value in the heap, not a
- copied value, which is opaque to the C code.
- * We now have rsvg_stroke_dasharray_{clone,free}
- * The C code uses a new rsvg_stroke_dasharray_set_on_cairo()
- implemented in Rust.
- :040000 040000 69415e9cfd135db24596b21864fffd8f9f5fb01f 6ec7c06d8435c35b8caba7fec960184c6c974c5c M librsvg
- :040000 040000 d39705a924b75f7c94cc4f929677235b4e674f95 4ea2257eac16127d30caa68f17ae7d8548d3eca0 M rsvg_internals
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement