Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

<svg/> container too narrow #119

Open
mslinn opened this issue Apr 6, 2017 · 3 comments
Open

<svg/> container too narrow #119

mslinn opened this issue Apr 6, 2017 · 3 comments

Comments

@mslinn
Copy link

mslinn commented Apr 6, 2017

dependencyBrowseGraph generates HTML that has this container:

<svg height="7438.9375" width="1280">

However, that was too narrow. I had to manually widen it for my project:

<svg height="7438.9375" width="12800">

Is there some additional control that might be applied, perhaps by running a bounds check and setting svg width accordingly?

@jrudolph
Copy link
Member

Hi @mslinn, what happens when the container is too narrow? Is the graph cut off at the border?

@mslinn
Copy link
Author

mslinn commented Apr 11, 2017

Yes, the image is clipped at the bounding box

@Veske
Copy link

Veske commented Oct 18, 2018

Why not just have it take 100% of width available?

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

3 participants