Jovansonlee Cesar
Jovansonlee Cesar
I'm not sure about the characteristic of this emoji, svg seems to render it wrong when alone. However, when the emoji is together with the text, it would render just...
This looks like a miscalculation on the widths for the generated svg when there are double quotes. Putting some characters on the right will display the whole svg image just...
@rochecompaan @Melandel thanks, for reporting this issue. I'll take a look into this.
Unfortunately, I wasn't able to replicate this. I used the same test `.bob`, but it had styles on it. Can you post the used cli commands and the generated svg...
@rochecompaan @Melandel I've pushed in a new commit setting the exact version of svgbob from the cli. Perhaps it would solve the issue.
Maybe the photo-viewer you are showing might now be rendering the svg correctly. Try opening the svg image using firefox or chrome. It would help if you could post your...
@Melandel , try doing a `cargo update` on svgbob and in `svgbob_cli`. It looks like `Cargo.lock` is included in the repo. I'm going to delete `Cargo.lock` in the next commits.
Thank you all for filing the issue and finding the root cause. I just published a new version of with support of carriage return `\r` . Please help me test...
No, it requires a very complex algorithm. A quick hack however is to embed the original text in the svg and reverting back to original ascii is merely just extracting...
The resulting svg is [hardcoded](https://github.com/ivanceras/svgbob/blob/master/svgbob/src/buffer/cell_buffer.rs#L146) to be padded with 1 character width/height on all 4 sides. This should probably be passed as margin in `Settings`.