-
Package: cairo[core,fontconfig,freetype,gobject,x11]:arm64-linux@1.18.0#2
**Host Environment**
- Host: x64-linux
- Compiler: GNU 9.4.0
- vcpkg-tool version: 2024-06-10-02590c430e4ed9215d278…
-
**Reporter: assefa**
**Date: 2011/06/13 - 15:17**
http://mapserver.org/output/svg.html
http://mapserver.org/output/pdf.html
http://mapserver.org/output/flash.html
Need to be updated to reflect change…
-
When I use this patchset, poppler fails to work properly.
Basically what happens is that using evince, text renders normally on pdf documents with ONE page. If its got more than one page, only the i…
0xBRM updated
7 years ago
-
When I ran:
> table table
> prepr_table
-
When I try to draw ComplexHeatmap, I get this following Cairo error.
`No font found in CairoFonts() for "Helvetica:style=Regular"> `
For example,
```
> library(ComplexHeatmap)
> hm_conf draw(h…
-
Cairo has support for EGL, so it could be easily added the same way as PDF and SVG output. Doing so would allow to show hardware accelerated graphics directly on Linux terminal (for example canvas-bas…
-
I've found that the svg rendering becomes a real performance hog when the plotted graph gets big.
I've build the following functions, which are enabled similar to the version which manages the image …
-
If others are interested, I'd like to meet at the conference to discuss Gadfly backends or drivers, mostly, and seek advice on how to approach contributing to a broader Julia graphics architecture.
…
-
Cairo and Compose appear to be having some issues regarding the `show` method. I'm attempting to generate some pdf's using Weave.jl and this sample code block I'm putting below generates a complaint t…
-
I've implemented horizontal text rendering, the code is as below: (but how could I draw text vertically(not rotating for 90 or 270 degree))
```python
import cairo
from math import pi
def…