Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. window.onload = function() {
  2. paper = Raphael(document.getElementById('ikoner'), 600, 200);
  3. pump = paper.circle(50,100,50);
  4. pump.data("id","pump");
  5. pump.data("tag",':="output".tag5:');
  6. }
  7.  
  8. function objectFill (table) {
  9. paper.forEach(function(e){
  10. var tagValue = e.tag.innerHTML;
  11. var tagId = e.id.innerHTML.trim();
  12. if (tagValue == 0) {
  13. paper.getById(tagId).attr({fill:"white"});
  14. }
  15. }
  16. }
  17.  
  18. var paper;
  19. window.onload = function() {
  20. paper = Raphael(document.getElementById('ikoner'), 600, 200);
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement