Steven van den Broek

Results 10 issues of Steven van den Broek

Hello, I noticed running `stack exec sketch-exe -- -h` gives `The option '-h' expects an argument.` This is because `-h` is shorthand for `--height`, but at the same time also...

I was trying out multiple forms in HTML space, I had 1 form for drawing circles and 1 form for drawing text. This resulted in the text being placed in...

bug

Hi, I noticed that an object of the Circle class is implemented as a Group of two points, the center (x, y) and a pair of the radius (r, r)....

enhancement

### Operating System Windows ### OPENRNDR version Latest from github at time of writing (commit `39510be`) ### Java version openjdk-16.0.2 ### Describe the Bug Exporting a Composition to SVG yields...

bug

I noticed that the public `remove` function of `Segment_Delaunay_graph_2` is not documented (not present on https://doc.cgal.org), which may lead users to wrongly believe the function does not exist. See: https://github.com/CGAL/cgal/blob/96f698ca09b61b6ca7587d43b022a0db43519699/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_2.h#L1028-L1029...

Pkg::Segment_Delaunay_graph_2

## Issue Details I encounter a rare case where the removal of a point vertex in the Segment Delaunay graph fails unexpectedly. I ensure that no there are no incident...

Pkg::Segment_Delaunay_graph_2

## Issue Details For certain input, the `insert` function of Segment_Delaunay_graph_2 throws an assertion violation error (inexact constructions). ## Source Code ```c++ #include #include #include #include #include typedef CGAL::Exact_predicates_inexact_constructions_kernel K;...

Not a bug
Pkg::Segment_Delaunay_graph_2

The `draw_dual` function of `Segment_Delaunay_graph_2` provides a way to draw the dual segment Voronoi diagram. It passes lines, segments, and rays to a stream provided by the caller such that...

Feature request
Pkg::Segment_Delaunay_graph_2
Has Pull Request

### Operating System Windows ### OPENRNDR version latest from Github at the time of writing ### ORX version latest from Github at the time of writing ### Java version (if...

bug

When drawing a `Composition`, the transform `calculateViewportTransform()` is applied. However, this is not applied when accessing the `effectiveShape` or `effectiveTransform` fields of a `ShapeNode`, which may lead to e.g. the...