Ganesh-AT

Results 35 comments of Ganesh-AT

I got down to processing one of the metadata-embedded SVGs through the [W3 SVG validator](https://validator.w3.org/#validate_by_upload) to ensure that #323 continued to remain in a fixed state in my fork. I...

This is an unfortunate vestige of not including the needed styles in all SVGs. Only the first SVG has that (related debug reported in #400 ). So, if the second...

> e.g., is the font used for `tick` and `tock` labels exactly 20 pixels tall? > e.g., is the font used for lane header/footer text exactly 46 pixels tall? An...

Thanks for the additional information. I had deleted my response in this thread, as I discovered some invalid points in some of the objections that I had raised. Additionally, while...

The recently introduced piece-wise linear functionality is perfect for these kind of niche requirements. A proof-of-concept implementation is provided below for trigonometric functions with inputs as [specified](https://github.com/wavedrom/wavedrom/issues/335#issuecomment-1788436763). **It requires no...

The PWL functionality in WaveDrom is incredibly flexible, but based on my own experience, it does not lead to 'readable' WaveJSON unless accompanied by extensive comments. The other features are...

> `overlayOnLane` does not look very intuitive to me. When I started using WaveDrom heavily in 2019, I quickly got to a stage where I had to do plenty of...

> 😕 will take a look. I traced the issue to this block added in the process of implementing the hbounds scheme: https://github.com/wavedrom/wavedrom/blob/9d4d1839057e25327e5e76b7be66c50012e65615/lib/parse-config.js#L48 (Above line is for the tick, but...

@superlou My apologies for resurrecting a very old thread. We are working on creating an extensible framework for WaveDrom, and I believe that we should be able to address the...

I debugged this a bit into the core WaveDrom brick assembling code (gen-bricks). There is a set of bricks under an 'xclude' tag, and a couple of entries in those...