Sha256: 74b4a4b1e2fe7b11681359d2bab81555f6e017f9896af2257794eed23b4b1468
Contents?: true
Size: 341 Bytes
Versions: 67
Compression:
Stored size: 341 Bytes
Contents
class QuartzImageSurfaceTest < Test::Unit::TestCase include CairoTestUtils def setup only_surface("QuartzImage") end def test_quartz_image_surface surface = Cairo::ImageSurface.new(100, 100) quartz_surface = Cairo::QuartzImageSurface.new(surface) assert_kind_of(Cairo::QuartzImageSurface, quartz_surface) end end
Version data entries
67 entries across 59 versions & 2 rubygems