View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001915 | File formats | Feature | public | 2015-01-12 12:16 | 2015-01-20 13:58 |
| Reporter | shoogen | Assigned To | shoogen | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Summary | 0001915: use transformShape in importSVG | ||||
| Description | currently the group transformations are applied using transformGeometry. In most cases they only consists of a placement and a uniform scaling. Using transformShape (on a copied shapes) could prevent most primitives from being converted to BSplines. This will help to convert them to Sketcher geometry, (which is currently not possible) | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
|
FreeCAD: master f045df1e 2015-01-13 13:07:53 Committer: yorik Details Diff |
avoid using transformGeometry in importSVG |
Affected Issues 0001915 |
|
| mod - src/Mod/Draft/importSVG.py | Diff File | ||
|
FreeCAD: master 2509e59b 2015-01-19 22:45:04 Details Diff |
catch non-orthogonal transformation matrix bugfix for f045df1ef374a5853b79acc062eef2c0667ed311 |
Affected Issues 0001915 |
|
| mod - src/Mod/Draft/importSVG.py | Diff File | ||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-01-12 12:16 | shoogen | New Issue | |
| 2015-01-12 19:08 | yorik | Note Added: 0005642 | |
| 2015-01-14 15:50 | shoogen | Changeset attached | => FreeCAD Master master f045df1e |
| 2015-01-14 20:01 | shoogen | Assigned To | => shoogen |
| 2015-01-14 20:01 | shoogen | Status | new => assigned |
| 2015-01-20 13:56 | shoogen | Changeset attached | => FreeCAD Master master 2509e59b |
| 2015-01-20 13:57 | shoogen | Status | assigned => closed |
| 2015-01-20 13:57 | shoogen | Resolution | open => fixed |
| 2015-01-20 13:58 | shoogen | Status | closed => feedback |
| 2015-01-20 13:58 | shoogen | Resolution | fixed => reopened |
| 2015-01-20 13:58 | shoogen | Status | feedback => closed |
| 2015-01-20 13:58 | shoogen | Resolution | reopened => fixed |
FreeCAD