mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Fix incorrect value
This commit is contained in:
parent
6d201b94b1
commit
e38ff783c4
@ -15,7 +15,7 @@ const BOTTOM = 2;
|
||||
const LEFT = 3;
|
||||
|
||||
const H = 0;
|
||||
const V = 0;
|
||||
const V = 1;
|
||||
|
||||
export type BoundCurves = {
|
||||
topLeftOuter: BezierCurve | Vector,
|
||||
|
Loading…
x
Reference in New Issue
Block a user