Hugo Castaneda

Results 2 issues of Hugo Castaneda

CSS `transfrom` and `transform-origin` attributes are not taken into account. ``` transform-origin: top right; transform: rotate(-45deg); ``` renders fine on browser interpretation but not in the generated PDF.

# Fixing EDA CVX matrix creation Related to issue #6 The `cvx.matrix` call can raise a `buffer format not supported` exception resulting in an empty end DataFrame from feature extraction....