Skip to content

Commit

Permalink
smaller label for test
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoes committed Sep 12, 2024
1 parent b54feaf commit f7acf67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GLViewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,7 @@ export class GLViewer {
* @example
$3Dmol.download("pdb:1ubq",viewer,{},function(){
viewer.addResLabels();
viewer.addLabel("Hello World",{position:{x:10,y:0,z:0},backgroundColor: "blue",useScreen: true, fontSize: 64})
viewer.setStyle({},{stick:{}});
viewer.render( ); //show labels
Expand Down
Binary file not shown.

0 comments on commit f7acf67

Please sign in to comment.