Ganesh-AT

Results 35 comments of Ganesh-AT

The short answer is that it is not possible (when using WaveDrom 3.3.0 or earlier versions). I reported this issue back in 2019 in a different context [ #263 ],...

The 'gaps' feature released in v3.1.0 earlier this year provides a flexible solution for this. Here is a [rendering](https://wavedrom.com/editor.html?%7B%20%20%20%22signal%22%3A%20%5B%0A%20%20%20%20%20%20%20%20%7B%22name%22%3A%20%22ADDR%20LATCH%22%2C%20%22wave%22%3A%20%2210..........1................%22%7D%2C%0A%20%20%20%20%20%20%20%20%7B%22name%22%3A%20%22DATA%20LATCH%22%2C%20%22wave%22%3A%20%221................0..........1%22%7D%2C%0A%20%20%20%20%20%20%20%20%7B%22name%22%3A%20%22SCLK%22%2C%20%20%20%20%20%20%20%22wave%22%3A%20%22l..nn.....l........nn.....l..%22%7D%2C%0A%20%20%20%20%20%20%20%20%7B%22name%22%3A%20%22SDOUT%22%2C%20%20%20%20%20%20%22wave%22%3A%20%220..%3D%3D%3D%3D%3D%3D%3D0........%3D%3D%3D%3D%3D%3D%3D0..%22%2C%20%22data%22%3A%20%5B%220%22%2C%20%221%22%2C%20%222%22%2C%20%22...%22%2C%20%2229%22%2C%20%2230%22%2C%20%2231%22%2C%20%220%22%2C%20%221%22%2C%20%222%22%2C%22...%22%2C%20%2229%22%2C%20%2230%22%2C%20%2231%22%5D%7D%2C%0A%20%20%20%20%20%20%20%20%7B%22name%22%3A%20%22SDIN%22%2C%20%20%20%20%20%20%20%22wave%22%3A%20%220..................%3D%3D%3D%3D%3D%3D%3D0..%22%2C%20%22data%22%3A%20%5B%220%22%2C%20%221%22%2C%20%222%22%2C%20%22...%22%2C%20%2229%22%2C%20%2230%22%2C%20%2231%22%5D%7D%0A%20%20%20%20%5D%2C%0A%20head%3A%7Btick%3A0%7D%2C%0A%20gaps%3A%20%27.%20.%20.%20.%20.%20.%20s%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20s%27%0A%7D) of the diagram in the first post with the gap over...

I believe the best way to solve this problem would be to use the 'clip-path' SVG feature. I implemented it in my private version, but am running into some browser...

@adrienkohlbecker While attempting to port in some of the updates in this PR into my fork, I found references to two new classes in render-wave-lane.js: The ``` lane_label ``` in...

After spending some time debugging through the Chrome Dev Tools, I figured out that the issue is related to some call to resolveUrl within the source code. For testing, I...