Cairo is a software library used to provide a vector graphics-based, device-independent API for software developers.
0
votes
0answers
27 views
Cairo - stroke a line with a pattern
I've created a radial gradient I want to use as a 'soft brush'. Now I want to stroke a line with it.
So it's like I took photoshop or gimp and drew a line with a soft brush.
How could I do that in ...
0
votes
0answers
9 views
How to split an SVG with dozens of groups into SVG files with one group per each?
I have an SVG file that looks like this:
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE ...
0
votes
0answers
37 views
R Cairo installation without apt-get, sudo
I am working on a headless ubuntu machine with most of the cairo requirements preinstalled, but I am stumbling on getting R to use Cairo. Does anyone know what flags or additional packages I need to ...
0
votes
0answers
17 views
How to set font from file in Pango and Mono
I have simple application that prints text and determines its size in pixels.
static void Main(string[] args)
{
Application.Init();
var screen = Screen.Default;
var layout = new ...
0
votes
1answer
28 views
“Assertion `cr != NULL' failed” when working with Cairo.context from different objects
My program consists of 3 classes. Gtk and Cairo.Context are instantiated in one of them. Other two classes work with this context, passing it around and drawing stuff on it. However, when I try to ...
0
votes
0answers
44 views
GTK rendering using cairo gles
I have successfully changed the backend of cairo that GTK uses to GLES(in the X11 window implementation). I am using a eglWIndowSurface for every gdkwindow. The problem I am facing is that because GTK ...
0
votes
0answers
16 views
Using Cairo and ggplot2: empty plots when using source [duplicate]
I'm experiencing some strange behavior using Cairo and ggplot2. Am I missing something obvious?
My code:
# Let's learn some ggplot2
library(ggplot2)
library(Cairo)
NewPlot <- function(w=10, ...
1
vote
0answers
33 views
Mono.Cairo and native UI
I want to build an application for Windows, Mac and Linux - based on mono.
One part of the application will need a vector drawing library.
I found Mono.Cairo which looks good, but every howto I can ...
1
vote
0answers
29 views
why can't not draw on panel in winform with cairo
I have proplem with cairo on window, I don't know why It can't draw on my panel
When i use GDI everything is oke, but I can't draw when i use cairo, Please help.
thanks.
Wrap Cairo to draw
using ...
0
votes
1answer
36 views
Cairo and high DPI drawing (drawing on retina surfaces, OS X)
My application draws some images using cairo like this:
cairo_set_source_surface(cr, _page_down_icon, icon_x, y);
cairo_paint(cr);
where the page down icon is a png I loaded via ...
1
vote
1answer
33 views
Cairo: Refilling an object(circle) and deleting it
I'm drawing some arcs using cairo, Here's the function.
cairo_t* drawCircle(cairo_surface_t *container, int x, int y, int r, int cr, int cg, int cb, int ca)
{
cairo_t ...
0
votes
2answers
55 views
pngcairo does not display axis Gnuplot
I've just installed gnuplot and pngcairo via brew on my mac and when I plot data or a function the axis are not displayed (although it displays the graph).
If I change the terminal to png or svg or ...
0
votes
0answers
39 views
How to paint full ImageSurface on DrawingArea?
I'm working on a Python+Gtk+Cairo app.
My application needs to do some very complex (and expensive)drawings.
For performance reasons, I draw first on an ImageSurface(offscreen), then I would draw the ...
0
votes
0answers
45 views
Filling a custom-shaped Clutter Actor with a Cairo-drawn canvas
Clutter 1.12
Cogl 1.10
Vala or C or Python.
I might have a fundamental misunderstanding here —
I think of "Actors" as 3D polygon things. I think of their colours as either vertex colors or as ...
0
votes
1answer
40 views
Create Vector Image in PHP to Allow Upscaling
This question is slightly long, so I'll try to be clear.
On a website I co-develop, I created a drawing application that sends data about the lines drawn on the <canvas> element to the server ...
0
votes
1answer
38 views
Change font rendering (non-antialiased) with pango
How do I render a string with pango using custom antialiasing and hinting settings?
I tried PangoCairo.set_antialias(cairo.ANTIALIAS_NONE) (in pygtk), but it had no effect. I'd like to be able to ...
1
vote
2answers
58 views
Cairo + rubber band selection: gui very very slow
I'm working on an application written in Cairo + Gtk.
Please note that, due to retrocompatibility issues, I am forced to use Python as programming language, PyGTK as wrapper, and GTK libraries, ...
0
votes
1answer
76 views
Where to place and how to include dll files in c++ project?
I read this guide that walks you through the steps necessary to create a "visual" application with Cairo and Visual C++. The guide suggests you download certain dll files and store them in the ...
4
votes
2answers
121 views
How to draw in C++ with Cairo to a window using GDI (instead of creating an image)?
I managed to find this code snippet and compile it with Cairo:
#define LIBCAIRO_EXPORTS
#include <cairo/cairo.h>
#include <cairo/cairo-win32.h>
int main(int argc, char** argv)
{
...
0
votes
1answer
70 views
Cairo with C++ (MSVC 10) “Hello World” + keyboard input [closed]
Where can I get a simple "Hello World" sample project to get me started?
I wish to draw a few lines and circles to test a script I wrote. Is it possible to accomplish this while still accepting input ...
0
votes
1answer
41 views
Gtkmm and cairomm with visual studio 11 (for the first time)?
I am learning c++ and wish to draw geometry to better enjoy the process and test my scripts.
I searched for a library to draw vectors in c++ and found Cairo came highly recommended on this site. I ...
5
votes
1answer
61 views
In AthensTutorial where canvas comes from?
I was doing the AthensTutorial , I understand the first step
surface := AthensCairoSurface extent: self extent asIntegerPoint.
and then step 2 is
surface drawDuring: [:canvas |
"First, we clear ...
0
votes
1answer
64 views
Why does Cairo.set_source_rgb paint the whole canvas?
I'm playing around with Clutter/cairo and I'm trying to draw a rectangle; however, it appears that the set_source_rgb is automatically painting the whole canvas with its source, regardless of whether ...
1
vote
1answer
125 views
Simple paint application: Referencing Cairo Context on mouse movement
I am attempting to use Cairo with GTK# to create a simple painting application. The feature that is giving me trouble is the one of drawing a line between two points. After clicking on the drawing ...
1
vote
1answer
46 views
Ruby, GNOME, 2D animation, sort of
I want to make a simple app to do simple animation.
Mostly a filled-circle/s rotating on a circular or ellipse path..
Something like planets rotating around a Sun.
The problem is there is not much ...
0
votes
0answers
46 views
matplotlib: OpenType CFF fonts cannot be saved even using Cairo
I'm trying to generate some figures and save them as EPS and PDF using matplotlib. I'd like to use Myriad Pro (or one of the other OpenType fonts I have), but for some reason I keep getting the ...
1
vote
1answer
41 views
Howto sub class a Clutter.Actor (involves Cairo/Clutter.Canvas)
Can anyone help me get this to run? I'm aiming for a custom Actor. (I have only just started hacking with Vala in the last few days and Clutter is a mystery too.)
The drawme method is being run (when ...
0
votes
0answers
92 views
R - PNG has undesired vertical lines, plot doesn't
I've been writing a plot to a png. The plot shows up fine on the screen, but when I PNG it, it has some random vertical lines in it.
Further notes -
I'm on windows 7, but using the "cairo-png" ...
1
vote
3answers
70 views
error CS0029: Cannot implicitly convert type `Cairo.Context' to `Cairo.Context' - mono version conflict
So apparently, I'm having conflicting versions of Mono.Cairo. I can see that in /usr/lib/mono/gac/Mono.Cairo there are two folders, one for version 2.0 and one from version 4.0 . From what I read on ...
0
votes
3answers
76 views
how to fast redrawing an image buffer
I'm developing some kind of audio-application where I need to display some graphs. Think: realtime Oscillope-like images at a high framerate.
All I need is to display some graphics buffer at a high ...
1
vote
1answer
43 views
What is the simplist possible PDF file that makes a black box?
I would like to create a simple PDF file that makes a black box. I want the absolute simplest PDF file. I'm doing this for education and analysis purposes.
I've tried creating super-simple PS and ...
0
votes
0answers
48 views
Errors making cairo-gl
I'm building Cairo 1.12.14 with MSYS on Windows.
Successfully configured with --enable-gl=yes, however, when I run make, I get the following error:
make all-recursive
make[1]: Entering directory ...
0
votes
1answer
38 views
Inverted text when rendering text in Cairo
I am writing a program using Cairo where I need to change the coordinates from screen to Cartesian using the following code:
cairo_translate( cr, x, height );
cairo_scale( cr, 1.0, -1.0 ); // FLIP ...
-1
votes
1answer
48 views
Install PyCairo for Python 3 on OSX [closed]
I've been spending a few hours trying to install pycairo, the Python 3 bindings for Cairo, but was unsuccessful.
what I did:
Install cairo with macports
Install py33-cairo with macports (apparently ...
0
votes
1answer
74 views
Build cairo with librsvg on MSYS
Warning: I know very little about unix commands!
Background: I'm working on modifying an existing Java application that uses lwjgl. The application currently loads a png image file and binds it as a ...
0
votes
2answers
72 views
Making a screenshot using Xlib and Cairo libs [fail]
I'm trying to make a screenshot using Xlib and Cairo, however I'm not sure to do it the good way, "stride" is really confusing me.
Here's the code :
#include <stdio.h>
#include ...
1
vote
0answers
158 views
Difference in rendered text width measured between freetype and pango/cairo
I am trying to predict how wide the text will appear rendered by pango library but I am trying to achieve it in bare Freetype for performance sake.
To answer the commenters - yes I measured ...
0
votes
1answer
48 views
Executable created with py2exe freezes when using webkit's open(url) function
I am using the GUI2Exe program to create my executable, and while I can build and start the executable, it crashed on a call to "open" the url. This is repeatable not only in my program but in the ...
0
votes
0answers
21 views
How do I send the contents of a GtkTable to a printer or file, in C?
I'm programming in C here.
To print out my GtkTable, the GtkPrintContext documentation tells me I can create a GtkPrintContext, do some stuff and start it going, then put a handler on a "draw-page" ...
2
votes
0answers
41 views
In R, is it possible set the title of a Cairo window?
I'm outputting several plots via the Cairo package in R. But having five windows titled "Cairo Graphics" makes it hard to find the right one in the taskbar.
Is there anyway to change the text in the ...
1
vote
1answer
46 views
Converting a curve to a diagonal line with Cairo (in Avant Window Navigator on Linux)
I'm currently trying to modify Avant Window Navigator's "Lucido mode" code in order to replace the separator's/s' curves with diagonal lines.
The part of the (Cairo) code that governs the curviness ...
0
votes
1answer
82 views
Sample cairo applications to test cairo-gles backend in 1.12.14
I was able to successfully port, cross compile and run the cairo gears
application in gles backend, on my embedded system target.
...
2
votes
1answer
170 views
Paint to screen with go-cairo
I'm using http://github.com/ungerik/go-cairo as a cairo library to paint to the screen. I'm completely unfamiliar with this library and cairo in general; however, I've been scouring over documentation ...
0
votes
0answers
66 views
Python Pango retrieve Font object
I need to retrieve glyphs data (bounding box, base line, and so on) in Cairo/Pango.
I'm trying to do this with Python.
I think I need a pango.Font object in order to call its get_glyph_extents ...
0
votes
1answer
74 views
Draw and position many png files in Cairo
My program runs a physics engine with a bunch of interacting circles, and I'm trying to draw an asteroid png image over each circle.
I understand you can make a surface from a png file from this:
...
0
votes
0answers
95 views
Plot differences between SVG and PNG output under Cairo
I'm trying to create plots that are visually identical (assuming same DPI) using R's Cairo library. However, PNG and SVG output are markedly different despite identical settings. I'm running R ...
0
votes
1answer
42 views
librsvg crash due to libxml2?
I'm looking to support rendering SVG images as Bitmaps, I'm using librsvg. So far it works well and draws using Cairo, hooray! However I've run into an issue:
We have a control that is similar to ...
2
votes
2answers
137 views
Fail to install cairo haskell bindings on windows
I am trying to install cairo-0.12.4 Haskell package on Windows 7. I first downloaded and unpacked Gtk+2 and added its bin subdir to PATH. I then tried to run cabal with extra libs and includes:
cabal ...
0
votes
0answers
74 views
Using Cairo to properly scale a vector image in Python
I am trying to use Cairo to properly scale an SVG image. When I try the following code my output is half of the original size as expected, but it is very pixelated. Is there something I am missing to ...
5
votes
2answers
110 views
How to make a perspective transformation with Athens/Cairo in Pharo Smalltalk
I found affine transformation functionality (rotate, shear, translate, scale) in Athens/Cairo in Pharo Smalltalk.
I am looking for a perspective transformation. Is this possible at all? At least ...





