• David Schnur's avatar
    Allow the same text in multiple locations. · defe6516
    David Schnur authored
    Resolves #1032.  Previously it was impossible to draw the same text,
    with the same style, in two different locations, because the second
    would end up using the first's cache entry, which only ended up moving
    the element to a new position.
    
    Now each cache entry holds a list of positions at which the text
    appears, creating clones of the original element for each position
    beyond the first.
    defe6516
jquery.flot.canvas.js 9.37 KB