Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Choose background colour, show bounding box #56

Open
johnjcamilleri opened this issue Sep 24, 2018 · 0 comments
Open

Choose background colour, show bounding box #56

johnjcamilleri opened this issue Sep 24, 2018 · 0 comments

Comments

@johnjcamilleri
Copy link

The existing background controls are nice, but in addition I would really like to:

  1. Select an arbitrary colour for the background
  2. Toggle a border around the bounding box of the preview

This was quite easy to achieve with some custom CSS:

.svg-preview svg {
  border: 1px dashed black;
  background: white;
}

But some controls would be handy!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants