Sha256: c84d878b064baaf71255e276413107c412343b72f560bff4ff7da4f5364a902c
Contents?: true
Size: 217 Bytes
Versions: 23
Compression:
Stored size: 217 Bytes
Contents
pv.Transient = function(mark) { pv.Mark.call(this); this.fillStyle(null).strokeStyle(null).textStyle(null); this.on = function(state) { return mark.on(state); }; }; pv.Transient.prototype = pv.extend(pv.Mark);
Version data entries
23 entries across 23 versions & 1 rubygems