Compose.jl icon indicating copy to clipboard operation
Compose.jl copied to clipboard

Declarative vector graphics

Results 58 Compose.jl issues
Sort by recently updated
recently updated
newest added

Text doesn't scale with context, but instead is declared via fontsize. It would be fantastic if Compose could automatically figure out the right fontsize. Basically what I wanted to do...

Wonderfully useful package! Just bumped into this: This does exactly what I'd expect, with one circle filled in yellow and the other red: ``` compose(context(), circle([0.25,0.75], [0.25,0.75], [0.1,0.1]), fill(["yellow","red"]),stroke(["blue","green"])) ```...

Hi, I'm using [GraphPlot.jl](https://github.com/JuliaGraphs/GraphPlot.jl) which uses Compose.jl for drawing SVGs. As far as I can see that library uses the text() function to draw those labels. I was now wondering...

I'd like to package and publish the [submodule](https://github.com/Vectornaut/whorl/blob/development/poincare_disk.jl) of [this project](https://github.com/Vectornaut/whorl/tree/development) that draws things on a view of the hyperbolic plane. It currently uses Compose as a backend, because: -...

@bjarthur The docs didn't deploy e.g. from #409. [Github actions](https://github.com/GiovineItalia/Compose.jl/runs/1646340251) shows: ```julia ┌ Info: Deployment criteria for deploying devbranch build from GitHub Actions: │ - ✔ ENV["GITHUB_REPOSITORY"]="GiovineItalia/Compose.jl" occurs in repo="github.com/GiovineItalia/Compose.jl.git"...

when building the docs for [Gadfly.jl]() using v1.3.1 of the 32-bit Julia binary for Linux, i get the following error: ``` MethodError: no method matching Compose.Table(::Int32, ::Int64, ::UnitRange{Int32}, ::UnitRange{Int64}; x_prop=[1.0,...

Some errors with JSON and Compose: ``` julia> using Compose [ Info: Precompiling Compose [a81c6b42-2e10-5240-aca2-a61377ecd94b] ERROR: LoadError: LoadError: UndefVarError: xparse not defined Stacktrace: [1] _float_from_bytes(::String, ::Int64, ::Int64) at /home/kir/.julia/packages/JSON/d89fA/src/Parser.jl:331 [2]...

Hi -- has anyone seen this before... The error below does not occur when just doing: ```julia julia> using Cairo, Fontconfig julia> using Compose ``` However, there seems to be...

Has there been any thought on making this package work with GeometryBasics types? It would provide a more consistent and cohesive ecosystem for creating shapes and being able to draw...

When I take any .svg file produced by the `SVG()` function, and try to run the ImageMagick "`convert`" utility on it (to, say, convert it to a frame of what...