Skip to main content

include/svg_path@transform_Matrix.hrl

-record(matrix, {
    a :: float(),
    b :: float(),
    c :: float(),
    d :: float(),
    e :: float(),
    f :: float()
}).