Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text disappears in png #22

Open
Yang-Xijie opened this issue Mar 21, 2023 · 3 comments
Open

text disappears in png #22

Yang-Xijie opened this issue Mar 21, 2023 · 3 comments

Comments

@Yang-Xijie
Copy link

The wavejson

{"signal": [{"name": "x[0]", "wave": "x01010101."}, {"name": "x[1]", "wave": "x0.1.0.1.."}, {"name": "x[2]", "wave": "x0...1...."}, {"name": "y[0]", "wave": "x10......."}, {"name": "y[1]", "wave": "x010......"}, {"name": "y[2]", "wave": "x0.10....."}, {"name": "y[3]", "wave": "x0..10...."}, {"name": "y[4]", "wave": "x0...10..."}, {"name": "y[5]", "wave": "x0....10.."}, {"name": "y[6]", "wave": "x0.....10."}, {"name": "y[7]", "wave": "x0......1."}, {"name": "x", "wave": "=========.", "data": ["x", 0, 1, 2, 3, 4, 5, 6, 7]}, {"name": "y", "wave": "=========.", "data": ["x", 1, 2, 4, 8, 16, 32, 64, 128]}]}

should look like (in https://wavedrom.com/editor.html):

image

while the output from cli is:

wave

@Yang-Xijie
Copy link
Author

It seems a issue on svg2img:
fuzhenn/node-svg2img#41

@Yang-Xijie
Copy link
Author

I confirm that it is a bug of svg2img. -s option in cli generate correct svg showing text.

@mbekmyrz
Copy link

mbekmyrz commented Jun 9, 2023

@Yang-Xijie, were you able to resolve this problem? I still don't have text in png.

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

No branches or pull requests

2 participants