diff options
Diffstat (limited to 'proto')
-rw-r--r-- | proto/style.proto | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |