svg2pdf.js: "path" dont works on angular build --prod #157
Labels
difficulty:medium
help wanted
Help with creating a proper test-case, looking up the spec, or creating a pull request.
"path" dont works on angular build --prod
or even when file angular.json has the options below set to build in dev (the same when build --prod ):
Steps to reproduce the behavior:
Foloow the github link:
https://github.com/Solangetatiana/example-path-svg2pdf
2.2
Sample with the error (npm start when the file angular.json with "aot": true and "optimization": true)
ATTENTION: The same result as an angular build --prod
https://github.com/Solangetatiana/example-path-svg2pdf/blob/main/src/assets/exemple_ERROR_path_BUILD_DEV_with_config_BUILD_PROD.PDF
Sample without error (npm start when the file angular.json with "aot": false and without option "optimization": true)
https://github.com/Solangetatiana/example-path-svg2pdf/blob/main/src/assets/exemple_OK_BUILD_DEV_without_config_BUILD_PROD.PDF
The text was updated successfully, but these errors were encountered: