% Title % Name % Date
List
| #!/usr/bin/python3 | |
| #-*- coding:utf8 -*- | |
| # Modified for python3 | |
| # python2 version https://gist.github.com/santhoshtr/bea3da00651bcd18e282 | |
| import cairo | |
| from gi.repository import Gtk, Gdk, Pango, PangoCairo | |
| import cairo | |
| surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, 600, 100) | |
| context = cairo.Context(surface) |