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

Method reloadPoints

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

Source from the content-addressed store, hash-verified

516 }
517
518 reloadPoints(): void {
519 this.targetPoints = this.parsedPath.targetLocations();
520 this.controlPoints = this.parsedPath.controlLocations();
521 }
522
523 toggleLeftPanel(): void {
524 this.isLeftPanelOpened = !this.isLeftPanelOpened;

Callers 2

afterModelChangeMethod · 0.95
reloadPathMethod · 0.95

Calls 2

targetLocationsMethod · 0.80
controlLocationsMethod · 0.80

Tested by

no test coverage detected