Giacomo Debidda

Results 21 issues of Giacomo Debidda

Cairo is often used in conjunction with [pango](https://gitlab.gnome.org/GNOME/pango) to render text. See: - https://cairographics.org/FAQ/ - https://wiki.gnome.org/Projects/Vala/PangoCairoSample - https://www.cairographics.org/cookbook/pycairo_pango/ - http://jcoppens.com/soft/howto/pygtk/pangocairo.en.php - https://www.programcreek.com/python/example/58134/pangocairo.CairoContext - https://www.roxlu.com/2014/046/rendering-text-with-pango--cairo-and-freetype

documentation

See these examples: - https://zetcode.com/gfx/cairo/cairobackends/ - https://zetcode.com/gfx/cairo/basicdrawing/ - https://zetcode.com/gfx/cairo/shapesfills/

documentation

See these examples in Cairo and PyCairo: - https://zetcode.com/gfx/cairo/transformations/ - https://gist.github.com/bert/1164354/75fd53542bc6fda77d22c435e349ee5f96ced1e7 - https://zetcode.com/gfx/pycairo/transformations/

documentation

As stated in the Cairo [Memory Management documentation](https://cairographics.org/manual/bindings-memory.html), `reference()` and `destroy()` should **not** be part of the public API: > Refcounted opaque types all have a ..._reference() function to increase...

This PR adds more complex examples to show how to draw text on a cairo context using pango.

This PR adds a new example to show how to perform a gaussian blur on a cairo `Surface`.

Mirror the file structure used in [cairo](https://cairographics.org/manual/index.html) and add some documentation.

documentation

According to the [documentation](https://github.com/milankinen/cuic/blob/master/doc/chrome.md), it should be possible to specify the path to the Chrome binary using a plain string. I tried doing that, but got an `AssertionError` (I think...

## Description I have a website with a very strict Content-Security-Policy. I read the [documentation](https://pagefind.app/docs/hosting/#content-security-policy-csp) and managed to allow the Pagefind WebAssembly module. I noticed there is another small issue...

Probably this will sound as a really dumb question, but how do I move the x axis to the bottom of a chart? I tried to use `style={{ orient: BOTTOM...