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
42a87b8354
commit
fb58d1f0b6
@ -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…
Reference in New Issue
Block a user