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

SVG export - not working for bitfields #37

Closed
meggiman opened this issue Mar 13, 2019 · 2 comments
Closed

SVG export - not working for bitfields #37

meggiman opened this issue Mar 13, 2019 · 2 comments

Comments

@meggiman
Copy link

OS: CentOS
Release: 7.4.1708
Platform: x86_64

The offline editor (v1.9.2-linux-x64) as well as the online editor does not create any file when trying to export a bitfield as *.svg file or *.png file. The live preview works flawlessly but export is not working. For waveforms the export functionality works without any issues.

Steps to reproduce:

  1. open editor
  2. Type in the following input:
{reg: [
  {bits:8, name: 'REG ADDR', type:6},
  {bits:2, name: 'D', attr: 'Domain', type:2},
  {bits:22, name: 'ACCELERATOR BASE ADDR', type:1}
	],
 config: {lanes:1}}
  1. Export with Export SVG... or Export PNG...
  2. Observe that no file with the selected name is created.
@drom drom transferred this issue from wavedrom/wavedrom Mar 17, 2019
@drom
Copy link
Member

drom commented Mar 17, 2019

related to #28

@drom
Copy link
Member

drom commented Nov 28, 2019

related to #50
fixed.

@drom drom closed this as completed Nov 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants