Subversion Repositories wimsdev

Rev

Rev 12014 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12014 Rev 14064
Line 29... Line 29...
29
!set graphviz_output=svg
29
!set graphviz_output=svg
30
!set swout1=!exec graphviz $src
30
!set swout1=!exec graphviz $src
31
!!set swout1=!item 1 of $swout1
31
!!set swout1=!item 1 of $swout1
32
!set swoutcnt=!linecnt $swout1
32
!set swoutcnt=!linecnt $swout1
33
!for l=7 to $swoutcnt
33
!for l=7 to $swoutcnt
34
    !set gs=!line $l of $swout1
34
  !set gs=!line $l of $swout1
35
    !if __plain isin __$gs
35
  !if __plain isin __$gs
36
      !break
36
    !break
37
    !endif
37
  !endif
38
    !set swout=!append line $gs to $swout
38
  !set swout=!append line $gs to $swout
39
!next
39
!next
40
 
40
 
41
$swout
41
$swout
42
 
42
 
43
 
43