Skip to content
#

diagrams

Here are 292 public repositories matching this topic...

beautiful-react-diagrams
manevpe
manevpe commented Apr 14, 2021

Is your feature request related to a problem? Please describe.
I'd like to have scrollbars that I can use. It would help me with visual orientation on the workspace.
I'd like to be able to scroll with the mouse wheel, instead of zooming in / out.

Describe the solution you'd like
A configuration option to enable scrollbars.
A configuration option to set the behaviour of the mouse whe

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

Vadorequest
Vadorequest commented Feb 9, 2021

It'd be great to be able to load an external history upon initializing the undo/redo feature.

It's already supported by the Undoo lib, through the import(history) API, so it should be trivial to implement.
https://github.com/fabioricali/undoo#undooimporthistory--undoo

I suppose changing the UndoProps by adding a initialHistory prop would do the trick:

export interface UndoPr

Improve this page

Add a description, image, and links to the diagrams 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 diagrams topic, visit your repo's landing page and select "manage topics."

Learn more