Make default projection dir consistent between svg export and cq-editor
Open
svg
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
The svg export and CQ-editor Isometric preview doesn't have the same direction direction, which is confusing.
Code example:
```py
import cadquery as cq
from cadquery.cq import Workplane as WP
fig = WP('YX').box(5, 5, 5).union(WP('YX').circle(1).extrude(15))
cq.exporters.export(fig, 'fig.svg')
show_object(fig)
```
Svg export and CQ-editor preview:

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.