Moazin K.
Moazin K.
**Background** I was trying to measure the highest P2P bandwidth that can be achieved between two Alveo U200 boards in my setup when I accidentally discovered a problem. I'm running...
Buffers that are P2P are painfully slow to read and write currently. This is because the transfer is not happening via the DMA. Please see the chart below.  To...
Right now, a default of ViewBox of `0 0 320.0 200.0` is assumed if none is provided. If `Width` and `Height` are called they would return these numbers which is...
A transform on the gradient gets inverted in the Cairo port. Consider the following document: ```svg ``` Have a look at the following renderings. Librsvg  SNV (Cairo)  SNV...
At the moment, SNV does support one gradient using another one by the `xlink:href` attribute, however, it doesn't support it if the referenced element comes later on. This needs to...
While I'm not exactly sure what the standard says on whether fill or stroke attributes on the `use` element are taken into account or not, according to [this](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/use), they are...
Inside the `SVGParserArcToCurve.cpp` on line `109` there is an `SVG_ASSERT` that ensures that `rx` and `ry` are not different. In the event that they are, an assertion is violated, thus...