summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto')
-rw-r--r--proto/style.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/style.proto b/proto/style.proto
index 5a977d799c..b2b103e6da 100644
--- a/proto/style.proto
+++ b/proto/style.proto
@@ -8,11 +8,14 @@ enum bucket_type {
enum cap_type {
round = 1;
+ butt = 2;
+ square = 3;
}
enum join_type {
butt = 1;
bevel = 2;
+ round = 3;
}
enum winding_type {