123456789 |
- "use strict";
- Object.defineProperty(exports, "__esModule", { value: true });
- exports.SLineCapStyle = void 0;
- var SLineCapStyle;
- (function (SLineCapStyle) {
- SLineCapStyle[SLineCapStyle["Butt"] = 0] = "Butt";
- SLineCapStyle[SLineCapStyle["Round"] = 1] = "Round";
- SLineCapStyle[SLineCapStyle["Square"] = 2] = "Square";
- })(SLineCapStyle = exports.SLineCapStyle || (exports.SLineCapStyle = {}));
|