-
### Description
I used the highlighting for some stuff, but when I thought of adding a stroke, this happened:
```typ
#let hl = highlight.with(stroke: red)
- #hl[package manager/some other text/h…
-
Hello! It seems that LinearGradient is not supported when rendering WASM. This can also be seen in the live demo: https://tdewolff.github.io/canvas/examples/html-canvas/index.html
"Stroke" stroke wit…
-
In the SWF tag DefineShape4, in the LINESTYLE2 structure, there is option to set strokes to not scale horizontally and/or vertically.
(noHScaleFlag, noVScaleFlag).
The line width of the shape shou…
-
**Description**
It just took me over an hour to find an example of making a non-filled rectangle with outline color... I've finally found `stroke` which in hindsight I should have known from using …
-
# Dictionary
I noticed this dictionary entry in:
- `dict.json`
# Misstroked entry or entries
This looks like a misstroke or could otherwise be better:
```json
"APBS/HRAEUGS": "cancellation",…
-
Stroke dash comparison between sw_engine vs gl_engine
![image](https://github.com/user-attachments/assets/a7bd1340-1640-4a31-afc4-049e2126b47c)
+ @mgrudzinska @RuiwenTang
-
If the render is used in a graphics editor, there is often a need to display contours. A similar situation occurs when using paths from the defs section - when a stroke is needed, but preferably a fix…
-
When a Waffle mark has a stroke applied, the pattern size does not account for the added stroke width which causes neighboring strokes to bleed through at the edges.
Example:
```js
Plot.waffleX([…
-
I will make an attempt to describe a possible enhancement request of TT2020, mixing the ideas of `type B/E/G` into one font with a small variation in font weight (300-650) to simulate that some finger…
-
This
```
let stroke = Stroke::new(0.0);
let rect = RoundedRect::new(10.0, 10.0, 240.0, 240.0, 20.0);
let rect_stroke_color = Color::rgb(0.9804, 0.702, 0.5294);
self.scene.stroke(&stroke, Affine::…