Skip to content
#

vector-graphics

Here are 361 public repositories matching this topic...

fbruetting
fbruetting commented Nov 10, 2019
  • I just can indent lists with 1, 2 or 3 spaces. Neither tabs nor more spaces do work (at least I loose the markup, so I guess it doesn’t work). Also, I cannot start items with the + sign.
  • Headings just work up to a level of ###, as soon as I add a fourth hash sign, these also don’t work.

Do you rely on some markdown parser/library or did you program everything on your own? The first opt

Luxor.jl
Sov-trotter
Sov-trotter commented Jun 9, 2021

Hey all! I am trying to use the placeimage() function to place an image matrix over a drawing.
But I think the current approach here https://github.com/JuliaGraphics/Luxor.jl/blob/3d6b98348a1b7ba852c801d6ef205773fb6e454c/src/images.jl#L194 might be a little buggy?

The image placement is good as long as it has square dimensions(the image to be placed)
eg: `placeimage(img, centered=true, Poi

Improve this page

Add a description, image, and links to the vector-graphics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vector-graphics topic, visit your repo's landing page and select "manage topics."

Learn more