MCPcopy
hub / github.com/Yqnn/svg-path-editor / afterModelChange

Method afterModelChange

src/app/app.component.ts:397–403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

395 }
396
397 afterModelChange() {
398 this.reloadPoints();
399 this.rawPath = this.parsedPath.asString(4, this.cfg.minifyOutput);
400 if(this.focusedItem && this.parsedPath.path.indexOf(this.focusedItem) === -1) {
401 this.focusedItem = null;
402 }
403 }
404
405 roundValues(decimals: number) {
406 this.reloadPath(this.parsedPath.asString(decimals, this.cfg.minifyOutput));

Callers 11

insertMethod · 0.95
scaleMethod · 0.95
translateMethod · 0.95
rotateMethod · 0.95
setRelativeMethod · 0.95
reverseMethod · 0.95
optimizeMethod · 0.95
setValueMethod · 0.95
deleteMethod · 0.95
useAsOriginMethod · 0.95
reverseSubPathMethod · 0.95

Calls 2

reloadPointsMethod · 0.95
asStringMethod · 0.45

Tested by

no test coverage detected