python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to show Matrix{RGB} on Cairo surface?
Cairo provides read_from_png, but returns value of a special type CairoSurfaceBase, which is hard to operate, so I choose Matrix{RGB}(the thing ImageIO returns).
Cairo does provide something called se...
Rratic
Votes: 0
Answers: 1
Convert SVG to PNG with custom font in Python
I have read and tried several threads, but I was unable to solve this problem.
I have a simple SVG file:
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/x...
Kristof Rado
Votes: 0
Answers: 2
Rust draw and update in window
I'm very new to Rust and rarely do any kind of graphics or UI stuff, so expect dumb mistakes.
I am trying to create a program that runs a simulation and displays its changing state over time. For this...
Edward Peters
Votes: 0
Answers: 2
Access to Cairo context 'cr' in GTK window
In this simple example, inside the function do_draw cairo knows on which surface to draw since it is using the argument cairo_t * cr . I don't understand where cr comes from, I suppose it was automat...

msarch
Votes: 0
Answers: 1