Skip to content

Commit

Permalink
FIXED: Prevent shape options to destroy the bag layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Wielemaker authored and Jan Wielemaker committed Apr 16, 2015
1 parent 7af281a commit b5ce9f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/semweb/rdf_graphviz.pl
Expand Up @@ -285,6 +285,12 @@
target_option(Attrs, Attrs, _).

no_bag_option(img(_)).
no_bag_option(width(_)).
no_bag_option(height(_)).
no_bag_option(cellpadding(_)).
no_bag_option(fixedsize(_)).
no_bag_option(label(_)).
no_bag_option(border(_)).

%% bag_label(+Members, +Max, -Label, +Options) is det.
%
Expand Down

0 comments on commit b5ce9f9

Please sign in to comment.