-
Notifications
You must be signed in to change notification settings - Fork 36
Hexa Isogrids not filling entire space #102
Comments
Hi @ljwagerfield thanks for the feedback, I am not sure I understand, could you send me a link to an example (http://www.tinygraphs.com/labs/isogrids/...) of that scenario? I think you should be able to define the size you want using the It is an svg under the hood so it should keep the measures: |
Your screenshot actually demonstrates it quite well: there's blank padding around the coloured parts of the SVG, on every edge other than "top". E.g. for the It seems minor, but when you're using these as image placeholders (for what will eventually be images that are exactly |
I see what you mean, thanks. Let me see what I can do |
What's happening here is integer truncation. Space invaders does the same thing 😄. See here, if I believe the others have a similar issue with bounding box calculations. |
You can try the floating point version of SVGo:
|
Firstly thank you as this is a great service (so please keep up the great work!).
I'm using the "hexa isogrids" as placeholder for profile images, but I've noticed they don't fill the entire canvas.
E.g. if I put a
32x32
hexa isogrid on my page, after measuring the resulting pixels in photoshop, it's more like27x30
.Any ideas? Would this be an easy one to fix?
The text was updated successfully, but these errors were encountered: