Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Support Graphics 1.0 and test set_coordinates (+Documenter bounds) #460

Merged
merged 2 commits into from
Dec 8, 2019

Conversation

timholy
Copy link
Member

@timholy timholy commented Dec 5, 2019

In preparation for JuliaGraphics/Graphics.jl#16. It's better if the set_coordinates test gets done here since this the top of the dependency hierarchy. I have a suspicion it will fail based on JuliaGizmos/GtkReactive.jl#91 (and that this is a regression), but we will see.

@timholy
Copy link
Member Author

timholy commented Dec 5, 2019

Yep, as I figured, this is a regression compared to the pre-JLL days. The warning about "infinite surface size not supported" is new; this might or might not be related to the failure to set the transformation (https://www.cairographics.org/manual/cairo-Transformations.html).

@codecov
Copy link

codecov bot commented Dec 8, 2019

Codecov Report

Merging #460 into master will increase coverage by 0.87%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #460      +/-   ##
==========================================
+ Coverage   48.03%   48.91%   +0.87%     
==========================================
  Files          31       31              
  Lines        2117     2116       -1     
==========================================
+ Hits         1017     1035      +18     
+ Misses       1100     1081      -19
Impacted Files Coverage Δ
src/theme.jl 71.42% <0%> (-3.58%) ⬇️
src/container.jl 47.05% <0%> (+2.94%) ⬆️
src/events.jl 54.92% <0%> (+4.22%) ⬆️
src/cairo.jl 68.42% <0%> (+26.31%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0f8cd4f...be03ff3. Read the comment docs.

@timholy timholy changed the title Prepare for Graphics 1.0 and test set_coordinates Support Graphics 1.0 and test set_coordinates (+Documenter bounds) Dec 8, 2019
@timholy timholy merged commit 8259da0 into master Dec 8, 2019
@timholy timholy deleted the teh/coords branch December 8, 2019 14:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant