snoyer
snoyer
It's interesting that, as @Nokse22 already pointed out, the image from `render_to_image()` is the right size; we can also add `print(self.engine.window.size)` to `on_render()` to see that the engine does indeed...
Also not working on X11 here :( Maybe #1417 will help narrowing it down?
How about a version of `select` that would keep track of and expose the parent `` elements? ```python from io import StringIO from typing import Callable, Iterable, Optional from svgelements...
The underlying issue has been handled in `ocpsvg` and it looks like it fixed this issue in `build123d` ```py print([e.geom_type for e in import_svg(StringIO('')).edges()]) ``` ``` [] ``` maybe @MatthiasJ1...
> I think CIs are failing because the file path should be displayed in quotes. Looks like it, yes. The failing test ``` 1/1 Test #429: f3d::TestUnsupportedFileText .....***Failed Required regular...
using `generic_string()` solves the issue in so far as the output does not contain double back slashes (`\\`) anymore but the separators have been converted to forward slashes ('/') which...
> Yes, path.string() does produce single backslash. @shambhupatil nice! next step is the PR then :)
for reference: - [`vtkCamera`s zoom method](https://gitlab.kitware.com/vtk/vtk/-/blob/master/Rendering/Core/vtkCamera.h#L221-223) changes the view angle in perspective mode and the parallel scale in parallel mode - [`vtkInteractorStyleTrackballCamera`'s dolly medhod](https://gitlab.kitware.com/vtk/vtk/-/blob/master/Interaction/Style/vtkInteractorStyleTrackballCamera.cxx#L375-381) moves the camera in perspective mode...
> Did you check if there are other fix like this to do in the file ? I hadn't done it before... having a quick look now it seems there's...
> select a timestep and ONLY call LoadAtTime, not a complete loadScene For this one, as discussed a while back on Discord, there are 2 ways to go about it:...