You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an issue with converting an SVG path to a model using the library. After distorting the base model, it creates multiple models instead of a single one. Additionally, the original endless shape becomes non-endless after distortion. svgPath.txt
// SVG Path data added as an attachment
const svgPath =above file svgPath.txt has path;
// Convert SVG path to model
const baseModel = importer.fromSVGPathData(svgPath);
// Distort the model
let newModel = model.distort(baseModel, 0.21619089656166393, 0.21619089656166393);
Issue Details:
Importing a single SVG path and creating a base model.
After distortion, multiple models are created.
The base model was an endless shape but becomes non-endless after distortion.
Expected Behavior:
The model should remain a single entity after distortion same and the endless shape should be preserved.
The text was updated successfully, but these errors were encountered:
I am experiencing an issue with converting an SVG path to a model using the library. After distorting the base model, it creates multiple models instead of a single one. Additionally, the original endless shape becomes non-endless after distortion.
svgPath.txt
Issue Details:
Expected Behavior:
The text was updated successfully, but these errors were encountered: