From 9ab9eeec1334f5556c04f944dda07abe58ed0f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Ka=CC=88fer?= Date: Mon, 3 Feb 2014 22:51:21 +0100 Subject: textured fills fixes #15 --- proto/style.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'proto') diff --git a/proto/style.proto b/proto/style.proto index 281749c903..8459477bf7 100644 --- a/proto/style.proto +++ b/proto/style.proto @@ -79,6 +79,7 @@ message fill_style { optional fixed32 fill_color = 5 [ default = 0x000000FF ]; // rgba (=> rgb << 8 | 0xFF for opaque!) optional fixed32 stroke_color = 6; // if none is specified, no stroke will be painted optional property opacity = 7; // values from 0..1 + optional string image = 8; // TODO: translate x/y } -- cgit v1.2.1