Skip to content

Commit

Permalink
feat(hiccup-svg): update default precision to .001
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jun 20, 2022
1 parent 55cf300 commit 4e62c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hiccup-svg/src/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { isString } from "@thi.ng/checks/is-string";
import { css } from "@thi.ng/color/css/css";
import type { Vec2Like } from "./api.js";

let PRECISION = 2;
let PRECISION = 3;

export const setPrecision = (n: number) => (PRECISION = n);

Expand Down

0 comments on commit 4e62c9d

Please sign in to comment.