add missing LineBuilder.fixed(bool)
This commit is contained in:
@@ -208,5 +208,10 @@ public final class LineStyle extends RenderStyle {
|
||||
this.cap = cap;
|
||||
return this;
|
||||
}
|
||||
|
||||
public LineBuilder fixed(boolean b) {
|
||||
this.fixed = b;
|
||||
return this;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user