https://github.com/miyako/svgarea
replica of 4D v12 SVG Area widget component by VDL
https://github.com/miyako/svgarea
4d-component svg
Last synced: about 1 month ago
JSON representation
replica of 4D v12 SVG Area widget component by VDL
- Host: GitHub
- URL: https://github.com/miyako/svgarea
- Owner: miyako
- License: mit
- Created: 2025-01-08T03:44:43.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-14T13:10:06.000Z (3 months ago)
- Last Synced: 2025-01-18T17:58:46.210Z (3 months ago)
- Topics: 4d-component, svg
- Language: 4D
- Homepage: https://miyako.github.io/svgarea/
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


[](LICENSE)
# svgarea
replica of [4D v12 SVG Area widget component](https://github.com/vdelachaux/SVG)## dependencies.json
```json
{
"dependencies": {
"svgarea": {
"github": "miyako/svgarea",
"version": "*"
}
}
}
```## technical updates
* use standard Xpath notation for XML
* use object notation
* use `Form`
* use `DIALOG` with `Form`
* use `CALL FORM` instead of `CALL PROCESS`
* use `CALL FORM` instead of `SET TIMER`
* use `CONVERT COORDINATES`
* use `OBJECT Get subform container value` instead of `OBJECT Get pointer(Object subform container)`
* use object data source for popup instead of `New list`## removed features
* pattern tool (was not working anyway)
* original image size proportional (was not working anyway)
* embed image (always enabled)
* align tool in palette (hidden buttons; feature available in main editor)