Merge pull request #658 from phcreery/fix-y1

add y1 to TopPanel attributes change listener
master
JFH 2021-11-01 20:41:15 +01:00 committed by GitHub
commit 4f1059d303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1448 additions and 1950 deletions

View File

@ -4,7 +4,7 @@
"@babel/env", "@babel/env",
{ {
"useBuiltIns": "entry", "useBuiltIns": "entry",
"corejs": "3.18" "corejs": "3.19"
} }
] ]
] ]

View File

@ -413,7 +413,7 @@ exports[`use all parts of svg-edit > check tool_line_change_x_y_coordinate #0`]
stroke-width="5" stroke-width="5"
opacity="0.5" opacity="0.5"
x1="225" x1="225"
y1="200" y1="175"
x2="475" x2="475"
y2="425" y2="425"
id="svg_2" id="svg_2"
@ -472,7 +472,7 @@ exports[`use all parts of svg-edit > check tool_line_change_stroke_width #0`] =
stroke-width="15" stroke-width="15"
opacity="0.5" opacity="0.5"
x1="225" x1="225"
y1="200" y1="175"
x2="475" x2="475"
y2="425" y2="425"
id="svg_2" id="svg_2"
@ -530,7 +530,7 @@ exports[`use all parts of svg-edit > check tool_line_change_stoke_color #0`] = `
stroke-width="15" stroke-width="15"
opacity="0.5" opacity="0.5"
x1="225" x1="225"
y1="200" y1="175"
x2="475" x2="475"
y2="425" y2="425"
id="svg_2" id="svg_2"
@ -588,7 +588,7 @@ exports[`use all parts of svg-edit > check tool_line_align_to_page #0`] = `
stroke-width="15" stroke-width="15"
opacity="0.5" opacity="0.5"
x1="225" x1="225"
y1="200" y1="175"
x2="475" x2="475"
y2="425" y2="425"
id="svg_2" id="svg_2"

3341
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "svgedit", "name": "svgedit",
"version": "7.0.0-beta.6", "version": "7.0.0-beta.7",
"description": "Powerful SVG-Editor for your browser ", "description": "Powerful SVG-Editor for your browser ",
"main": "dist/Editor.js", "main": "dist/Editor.js",
"module": "dist/Editor.js", "module": "dist/Editor.js",
@ -69,12 +69,12 @@
], ],
"dependencies": { "dependencies": {
"@babel/polyfill": "7.12.1", "@babel/polyfill": "7.12.1",
"browser-fs-access": "^0.20.5", "browser-fs-access": "^0.21.0",
"canvg": "3.0.8", "canvg": "3.0.9",
"core-js": "3.18.0", "core-js": "3.19.0",
"elix": "15.0.0", "elix": "15.0.0",
"html2canvas": "1.3.2", "html2canvas": "1.3.2",
"i18next": "21.0.2", "i18next": "21.3.3",
"jspdf": "2.4.0", "jspdf": "2.4.0",
"pathseg": "1.2.1", "pathseg": "1.2.1",
"regenerator-runtime": "0.13.9", "regenerator-runtime": "0.13.9",
@ -82,47 +82,47 @@
"svg2pdf.js": "2.2.0" "svg2pdf.js": "2.2.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.15.5", "@babel/core": "7.16.0",
"@babel/preset-env": "7.15.6", "@babel/preset-env": "7.16.0",
"@babel/register": "7.15.3", "@babel/register": "7.16.0",
"@babel/runtime-corejs3": "7.15.4", "@babel/runtime-corejs3": "7.16.0",
"@cypress/code-coverage": "3.9.11", "@cypress/code-coverage": "3.9.11",
"@cypress/fiddle": "1.19.2", "@cypress/fiddle": "1.19.2",
"@fintechstudios/eslint-plugin-chai-as-promised": "3.1.0", "@fintechstudios/eslint-plugin-chai-as-promised": "3.1.0",
"@rollup/plugin-babel": "5.3.0", "@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "18.0.0", "@rollup/plugin-commonjs": "^18",
"@rollup/plugin-dynamic-import-vars": "1.4.0", "@rollup/plugin-dynamic-import-vars": "1.4.1",
"@rollup/plugin-node-resolve": "13.0.5", "@rollup/plugin-node-resolve": "13.0.6",
"@rollup/plugin-replace": "3.0.0", "@rollup/plugin-replace": "3.0.0",
"@rollup/plugin-url": "6.1.0", "@rollup/plugin-url": "6.1.0",
"@web/dev-server": "0.1.23", "@web/dev-server": "0.1.25",
"@web/dev-server-rollup": "0.3.9", "@web/dev-server-rollup": "0.3.11",
"axe-core": "4.3.3", "axe-core": "4.3.5",
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3", "babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
"copyfiles": "2.4.1", "copyfiles": "2.4.1",
"core-js-bundle": "3.18.0", "core-js-bundle": "3.19.0",
"cp-cli": "2.0.0", "cp-cli": "2.0.0",
"cypress": "8.4.1", "cypress": "8.7.0",
"cypress-axe": "0.13.0", "cypress-axe": "0.13.0",
"cypress-multi-reporters": "1.5.0", "cypress-multi-reporters": "1.5.0",
"cypress-plugin-snapshots": "1.4.4", "cypress-plugin-snapshots": "1.4.4",
"eslint": "7.32.0", "eslint": "7.32.0",
"eslint-config-standard": "16.0.3", "eslint-config-standard": "16.0.3",
"eslint-plugin-array-func": "3.1.7", "eslint-plugin-array-func": "3.1.7",
"eslint-plugin-chai-expect": "2.2.0", "eslint-plugin-chai-expect": "3.0.0",
"eslint-plugin-chai-expect-keywords": "2.1.0", "eslint-plugin-chai-expect-keywords": "2.1.0",
"eslint-plugin-chai-friendly": "0.7.2", "eslint-plugin-chai-friendly": "0.7.2",
"eslint-plugin-compat": "3.13.0", "eslint-plugin-compat": "3.13.0",
"eslint-plugin-cypress": "2.12.1", "eslint-plugin-cypress": "2.12.1",
"eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-html": "6.2.0", "eslint-plugin-html": "6.2.0",
"eslint-plugin-import": "2.24.2", "eslint-plugin-import": "2.25.2",
"eslint-plugin-jsdoc": "36.1.0", "eslint-plugin-jsdoc": "37.0.3",
"eslint-plugin-markdown": "2.2.1", "eslint-plugin-markdown": "2.2.1",
"eslint-plugin-no-unsanitized": "3.1.5", "eslint-plugin-no-unsanitized": "3.2.0",
"eslint-plugin-no-use-extend-native": "0.5.0", "eslint-plugin-no-use-extend-native": "0.5.0",
"eslint-plugin-node": "11.1.0", "eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.1.0", "eslint-plugin-promise": "5.1.1",
"eslint-plugin-standard": "4.1.0", "eslint-plugin-standard": "4.1.0",
"jamilih": "0.54.0", "jamilih": "0.54.0",
"jsdoc": "3.6.7", "jsdoc": "3.6.7",
@ -136,7 +136,7 @@
"remark-cli": "10.0.0", "remark-cli": "10.0.0",
"remark-lint-ordered-list-marker-value": "3.1.0", "remark-lint-ordered-list-marker-value": "3.1.0",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"rollup": "2.57.0", "rollup": "2.59.0",
"rollup-plugin-copy": "3.4.0", "rollup-plugin-copy": "3.4.0",
"rollup-plugin-filesize": "9.1.1", "rollup-plugin-filesize": "9.1.1",
"rollup-plugin-node-polyfills": "0.2.1", "rollup-plugin-node-polyfills": "0.2.1",

View File

@ -1046,6 +1046,7 @@ class TopPanel {
"rect_height", "rect_height",
"line_x1", "line_x1",
"line_x2", "line_x2",
"line_y1",
"line_y2", "line_y2",
"image_width", "image_width",
"image_height", "image_height",