Skip to content
  • Federico Mena Quintero's avatar
    gitlab#227 - Catch negative values in stroke-dasharray · 80555427
    Federico Mena Quintero authored
    Per the spec this is an error.  In theory we shouldn't render the
    problematic element, but the styles code can't propagate error
    conditions right now.  We catch this in the rendering code instead and
    use a solid dash pattern.  When this gets ported to Rust it will be
    easier.
    
    #227
    80555427