Skip to content

Instantly share code, notes, and snippets.

@meased
meased / international_aerodrome_small.12.svg
Created September 1, 2019 17:33
International Aerodrome
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@meased
meased / hospital.svg
Created September 17, 2018 20:57
Hospital
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@meased
meased / parking_entrance.svg
Created May 19, 2018 19:16
Parking Entrance
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@meased
meased / amenity=clock3.svg
Created May 8, 2018 20:21
amenity=clock3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@meased
meased / pangocairoexample.py
Created February 8, 2018 18:20
PangoCairo text rendering with python3
#!/usr/bin/python3
#-*- coding:utf8 -*-
import cairo
import gi
gi.require_version('Pango', '1.0')
gi.require_version('PangoCairo', '1.0')
from gi.repository import Pango, PangoCairo
surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, 600, 100)